aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/auth_ldap.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-03 19:06:12 +0200
committerNils Adermann <naderman@naderman.de>2011-06-03 19:06:12 +0200
commitf11ef89c657b0386ea5686dd8cc35dff79690adb (patch)
treeab5b89dd58256dba92a85f86557e02f621ac6f30 /phpBB/includes/auth/auth_ldap.php
parent4ddd116cd436f273fea04bd9f81d0a77b58e9d0e (diff)
downloadforums-f11ef89c657b0386ea5686dd8cc35dff79690adb.tar
forums-f11ef89c657b0386ea5686dd8cc35dff79690adb.tar.gz
forums-f11ef89c657b0386ea5686dd8cc35dff79690adb.tar.bz2
forums-f11ef89c657b0386ea5686dd8cc35dff79690adb.tar.xz
forums-f11ef89c657b0386ea5686dd8cc35dff79690adb.zip
[ticket/8138] Add autocomplete="off" to acp_board and ldap settings
PHPBB3-8138
Diffstat (limited to 'phpBB/includes/auth/auth_ldap.php')
-rw-r--r--phpBB/includes/auth/auth_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth/auth_ldap.php b/phpBB/includes/auth/auth_ldap.php
index e8c957aaa3..5dfa74ddab 100644
--- a/phpBB/includes/auth/auth_ldap.php
+++ b/phpBB/includes/auth/auth_ldap.php
@@ -335,7 +335,7 @@ function acp_ldap(&$new)
</dl>
<dl>
<dt><label for="ldap_password">' . $user->lang['LDAP_PASSWORD'] . ':</label><br /><span>' . $user->lang['LDAP_PASSWORD_EXPLAIN'] . '</span></dt>
- <dd><input type="password" id="ldap_password" size="40" name="config[ldap_password]" value="' . $new['ldap_password'] . '" /></dd>
+ <dd><input type="password" id="ldap_password" size="40" name="config[ldap_password]" value="' . $new['ldap_password'] . '" autocomplete="off" /></dd>
</dl>
';