Skip to content

Commit

Permalink
[FIXED JENKINS-14687] encrypt password in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Dec 13, 2013
1 parent 9dd897b commit 9ba2d2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@
</td>
<td width="10%" align="right">${%Password}</td>
<td width="30%">
<f:password name="varPasswordPair.password" value="${!empty varPasswordPair.password?varPasswordPair.password:''}"/>
<f:password name="varPasswordPair.password" value="${varPasswordPair.passwordAsSecret}"/>
</td>
<td width="20%" align="right"><f:repeatableDeleteButton/></td>
</tr>
Expand Down

0 comments on commit 9ba2d2b

Please sign in to comment.