diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-06-09 12:55:04 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-06-09 12:55:04 +0200 |
commit | c6e946c65ff03f374261977fecd18656022759e2 (patch) | |
tree | 69f3f82f64d9d3911166900eb67bc539adf1f828 /phpBB/includes | |
parent | f7578e29b3c4c4b7b66226f8c159e5e40363162f (diff) | |
parent | f11ef89c657b0386ea5686dd8cc35dff79690adb (diff) | |
download | forums-c6e946c65ff03f374261977fecd18656022759e2.tar forums-c6e946c65ff03f374261977fecd18656022759e2.tar.gz forums-c6e946c65ff03f374261977fecd18656022759e2.tar.bz2 forums-c6e946c65ff03f374261977fecd18656022759e2.tar.xz forums-c6e946c65ff03f374261977fecd18656022759e2.zip |
Merge remote-tracking branch 'naderman/ticket/8138' into develop-olympus
* naderman/ticket/8138:
[ticket/8138] Add autocomplete="off" to acp_board and ldap settings
[ticket/8138] Add autocomplete="off" to a user and forum ACP.
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/auth/auth_ldap.php | 2 |
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> '; |