From 8a4337c1bb3eebc81bd4f8c07ab912e7bf95ec7c Mon Sep 17 00:00:00 2001 From: mindless Date: Sun, 30 May 2010 01:11:24 +0000 Subject: [PATCH] [FIXED HUDSON-3586] add autocomplete="off" for LDAP managerDN and managerPassword fields, to avoid unintended data being saved there. Convert f:password to use MorphTagLibrary (like f:textbox does) so it can accept arbitrary fields, like autocomplete. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@31540 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: d63f4ecb05208b307f351946cd1c118655059667 --- .../hudson/security/LDAPSecurityRealm/config.jelly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly b/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly index 5074139..7818d8b 100644 --- a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly +++ b/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly @@ -1,7 +1,7 @@