diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-06-04 17:51:26 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-06-04 19:01:46 +0200 |
| commit | eebab029fd2607b815a3ef234e389a9c12e52343 (patch) | |
| tree | 9029da0e537276cdc67744bc057ab5fc37c4fa3b /phpBB/styles/prosilver/template/login_body.html | |
| parent | db3782e4912e2945a546309dab38a4c00bd0f5c5 (diff) | |
| download | forums-eebab029fd2607b815a3ef234e389a9c12e52343.tar forums-eebab029fd2607b815a3ef234e389a9c12e52343.tar.gz forums-eebab029fd2607b815a3ef234e389a9c12e52343.tar.bz2 forums-eebab029fd2607b815a3ef234e389a9c12e52343.tar.xz forums-eebab029fd2607b815a3ef234e389a9c12e52343.zip | |
[ticket/13200] Disable autocomplete for sensitive input fields
PHPBB3-13200
Diffstat (limited to 'phpBB/styles/prosilver/template/login_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/login_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html index c852ffd5f2..ef08035717 100644 --- a/phpBB/styles/prosilver/template/login_body.html +++ b/phpBB/styles/prosilver/template/login_body.html @@ -15,7 +15,7 @@ </dl> <dl> <dt><label for="{PASSWORD_CREDENTIAL}">{L_PASSWORD}{L_COLON}</label></dt> - <dd><input type="password" tabindex="2" id="{PASSWORD_CREDENTIAL}" name="{PASSWORD_CREDENTIAL}" size="25" class="inputbox autowidth" /></dd> + <dd><input type="password" tabindex="2" id="{PASSWORD_CREDENTIAL}" name="{PASSWORD_CREDENTIAL}" size="25" class="inputbox autowidth" autocomplete="off" /></dd> <!-- IF S_DISPLAY_FULL_LOGIN and (U_SEND_PASSWORD or U_RESEND_ACTIVATION) --> <!-- IF U_SEND_PASSWORD --><dd><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a></dd><!-- ENDIF --> <!-- IF U_RESEND_ACTIVATION --><dd><a href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a></dd><!-- ENDIF --> |
