From 5de91d0d285975e0cde9cddc00e2751544cc7c45 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Tue, 21 Apr 2020 15:48:48 +0100 Subject: [PATCH] JENKINS-61812 Fix read only password (#4622) * JENKINS-61812 Fix read only password * Don't call getPasswordValue until later --- core/src/main/resources/lib/form/password.jelly | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/core/src/main/resources/lib/form/password.jelly b/core/src/main/resources/lib/form/password.jelly index 6d52b164ac..253130e638 100644 --- a/core/src/main/resources/lib/form/password.jelly +++ b/core/src/main/resources/lib/form/password.jelly @@ -60,20 +60,22 @@ THE SOFTWARE. If any other value is specified then requests will use GET. + + + - **** + **** N/A - - + @@ -134,7 +136,7 @@ THE SOFTWARE. -- GitLab