Skip to content

Commit

Permalink
Turned off autocomplete function for username in login page.
Browse files Browse the repository at this point in the history
  • Loading branch information
christ66 authored and vjuranek committed Apr 17, 2014
1 parent 148a33c commit 8e9f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/jenkins/model/Jenkins/login.jelly
Expand Up @@ -35,7 +35,7 @@ THE SOFTWARE.
<table>
<tr>
<td>${%User}:</td>
<td><input type="text" name="j_username" id="j_username" /></td>
<td><input type="text" name="j_username" id="j_username" autocomplete="off" /></td>
</tr>
<tr>
<td>${%Password}:</td>
Expand Down

0 comments on commit 8e9f16b

Please sign in to comment.