diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-04-27 13:26:36 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-27 13:26:36 +0200 |
commit | f75dd1628cd3add8f69128ff63e0c1cd296cd2a3 (patch) | |
tree | b2b017a47ea5720b04f925ba8464864888f3e889 /phpBB/styles/prosilver/template | |
parent | f3c4587d47af6aa3e39368653b542f97ed3428c6 (diff) | |
parent | b8368980162392bf9f97496ecec18abe2bd34fad (diff) | |
download | forums-f75dd1628cd3add8f69128ff63e0c1cd296cd2a3.tar forums-f75dd1628cd3add8f69128ff63e0c1cd296cd2a3.tar.gz forums-f75dd1628cd3add8f69128ff63e0c1cd296cd2a3.tar.bz2 forums-f75dd1628cd3add8f69128ff63e0c1cd296cd2a3.tar.xz forums-f75dd1628cd3add8f69128ff63e0c1cd296cd2a3.zip |
Merge pull request #48 from phpbb/ticket/security/228
[ticket/security/228] Add form token to login box
Diffstat (limited to 'phpBB/styles/prosilver/template')
-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> |