aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/viewforum_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-06-04 17:51:26 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-04 19:01:46 +0200
commiteebab029fd2607b815a3ef234e389a9c12e52343 (patch)
tree9029da0e537276cdc67744bc057ab5fc37c4fa3b /phpBB/styles/subsilver2/template/viewforum_body.html
parentdb3782e4912e2945a546309dab38a4c00bd0f5c5 (diff)
downloadforums-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/subsilver2/template/viewforum_body.html')
-rw-r--r--phpBB/styles/subsilver2/template/viewforum_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html
index 906fdd7c63..83b01b9f6d 100644
--- a/phpBB/styles/subsilver2/template/viewforum_body.html
+++ b/phpBB/styles/subsilver2/template/viewforum_body.html
@@ -137,7 +137,7 @@
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
</tr>
<tr>
- <td class="row1" align="center"><span class="genmed">{L_USERNAME}{L_COLON}</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}{L_COLON}</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
+ <td class="row1" align="center"><span class="genmed">{L_USERNAME}{L_COLON}</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}{L_COLON}</span> <input class="post" type="password" name="password" size="10" autocomplete="off" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
{S_LOGIN_REDIRECT}