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/adm/style/acp_jabber.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/adm/style/acp_jabber.html')
-rw-r--r-- | phpBB/adm/style/acp_jabber.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_jabber.html b/phpBB/adm/style/acp_jabber.html index 4d0b1b0d97..9246987f1f 100644 --- a/phpBB/adm/style/acp_jabber.html +++ b/phpBB/adm/style/acp_jabber.html @@ -39,7 +39,7 @@ </dl> <dl> <dt><label for="jab_password">{L_JAB_PASSWORD}{L_COLON}</label><br /><span>{L_JAB_PASSWORD_EXPLAIN}</span></dt> - <dd><input type="password" id="jab_password" name="jab_password" value="{JAB_PASSWORD}" /></dd> + <dd><input type="password" id="jab_password" name="jab_password" value="{JAB_PASSWORD}" autocomplete="off" /></dd> </dl> <!-- IF S_CAN_USE_SSL --> <dl> |