From 5c3df81bf8807ed9bb81f0c59cf2464b2a64f864 Mon Sep 17 00:00:00 2001 From: TwiKnight Date: Wed, 8 Mar 2017 14:32:19 +0800 Subject: [PATCH] fix issue-28474 fix for https://issues.jenkins-ci.org/browse/JENKINS-28474. Now `autocomplete="off"` does not work in some case. Use `autocomplete="new-password"` will require a manually inputed new password See: http://stackoverflow.com/questions/15738259/disabling-chrome-autofill https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autocomplete --- .../resources/hudson/security/LDAPSecurityRealm/config.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly b/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly index 7b8afb72..689389f1 100644 --- a/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly +++ b/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly @@ -65,7 +65,7 @@ THE SOFTWARE. - +