diff options
author | Derky <derky@phpbb.com> | 2019-04-26 12:08:37 +0200 |
---|---|---|
committer | Derky <derky@phpbb.com> | 2019-04-26 12:11:52 +0200 |
commit | b8368980162392bf9f97496ecec18abe2bd34fad (patch) | |
tree | ac2c5ba156d76c26df7336c21c3ab22cb976ff35 /phpBB/styles/prosilver | |
parent | 507efee633fee769e7e2af4a2b298c951193f800 (diff) | |
download | forums-b8368980162392bf9f97496ecec18abe2bd34fad.tar forums-b8368980162392bf9f97496ecec18abe2bd34fad.tar.gz forums-b8368980162392bf9f97496ecec18abe2bd34fad.tar.bz2 forums-b8368980162392bf9f97496ecec18abe2bd34fad.tar.xz forums-b8368980162392bf9f97496ecec18abe2bd34fad.zip |
[ticket/security/228] Add form token to login box
SECURITY-228
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/login_body.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index b292c40eb2..239a91c580 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -29,6 +29,7 @@ <!-- ENDIF --> <input type="submit" tabindex="5" name="login" value="{L_LOGIN}" class="button2" /> {S_LOGIN_REDIRECT} + {S_FORM_TOKEN_LOGIN} </fieldset> </form> <!-- ENDIF --> diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html index ef08035717..dc597af51d 100644 --- a/phpBB/styles/prosilver/template/login_body.html +++ b/phpBB/styles/prosilver/template/login_body.html @@ -33,6 +33,7 @@ <!-- ENDIF --> {S_LOGIN_REDIRECT} + {S_FORM_TOKEN_LOGIN} <dl> <dt> </dt> <dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd> |