Skip to content

Commit

Permalink
Merge pull request #5260 from runephilosof/patch-1
Browse files Browse the repository at this point in the history
Turn off autocomplete on password field
  • Loading branch information
jessemarple committed Sep 17, 2019
2 parents 627dfbf + 192b453 commit 0c1d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeckapp/grails-app/views/user/login.gsp
Expand Up @@ -150,7 +150,7 @@

<div class="form-group">
<label for="password"><g:message code="user.login.password.label"/></label>
<input type="password" name="j_password" id="password" class="form-control input-no-border"/>
<input type="password" name="j_password" id="password" class="form-control input-no-border" autocomplete="off"/>
</div>
<div class="card-footer text-center">
<button type="submit" id="btn-login" class="btn btn-fill btn-wd "><g:message code="user.login.login.button"/></button>
Expand Down

0 comments on commit 0c1d540

Please sign in to comment.