Skip to content

Commit

Permalink
Merge pull request #223 from OpsMx/feature/op-16538-op-16537-autoComp…
Browse files Browse the repository at this point in the history
…leteVulnerabilityFix-4.0

op-16538 op-16537 - Added autocomplete off in login page
  • Loading branch information
Luthan95 authored Jul 4, 2022
2 parents a64dfcd + 6ad892d commit 5b3530a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gate-web/src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ <h3>Sign in</h3>
</div>
<div class="form-group mb-3">
<label>Username</label>
<input type="text" id="username" name="username" class="form-control" placeholder="Username" autofocus required/>
<input type="text" id="username" name="username" class="form-control" placeholder="Username" autocomplete="off" autofocus required/>
</div>
<!-- /.form-group -->
<div class="form-group mb-3">
<label>Password</label>
<input type="password" id="password" name="password" class="form-control" placeholder="Password" />
<input type="password" id="password" name="password" class="form-control" autocomplete="off" placeholder="Password" />
</div>
<!-- /.form-group -->
<!--<div class="form-group d-flex align-items-center justify-content-between mb-3">
Expand Down

0 comments on commit 5b3530a

Please sign in to comment.