feat: add autocomplete attributes to form inputs for better browser/password manager support
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
61a94cbf1c
commit
2e6227b36c
4 changed files with 9 additions and 9 deletions
|
|
@ -11,10 +11,10 @@
|
|||
<input type="hidden" name="login" value="{{ .login }}">
|
||||
<input type="hidden" name="token" value="{{ .token }}">
|
||||
<div class="form-field">
|
||||
<input autofocus name="newpassword" required="" class="form-control" id="input_2" type="password" placeholder="New password">
|
||||
<input autofocus name="newpassword" required="" class="form-control" id="input_2" type="password" placeholder="New password" autocomplete="new-password">
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<input name="new2password" required="" class="form-control" id="input_3" type="password" placeholder="Retype new password">
|
||||
<input name="new2password" required="" class="form-control" id="input_3" type="password" placeholder="Retype new password" autocomplete="new-password">
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<altcha-widget challengeurl="altcha-challenge"></altcha-widget>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue