Skip to content

Commit

Permalink
Fix -Password Field With Auto-Complete security issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
massej authored and ymarcon committed Nov 29, 2023
1 parent aa1d74f commit 6a28ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agate-webapp/src/main/resources/_templates/signin.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</div>
<div class="input-group mb-3">
<input name="password" type="password" class="form-control" placeholder="<@message "password"/>">
<input name="password" type="password" autocomplete="off" class="form-control" placeholder="<@message "password"/>">
<div class="input-group-append">
<div class="input-group-text">
<span class="fas fa-lock"></span>
Expand Down

0 comments on commit 6a28ed5

Please sign in to comment.