Skip to content

Commit

Permalink
Disable autocomplete on the login password field
Browse files Browse the repository at this point in the history
  • Loading branch information
bx80 committed Mar 15, 2024
1 parent 306ae7a commit 46ad1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Login/templates/login.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<input type="hidden" name="form_nonce" id="login_form_nonce" value="{{ nonce }}"/>
<input type="hidden" name="form_redirect" id="login_form_redirect" value=""/>
<input type="password" placeholder="" name="form_password" id="login_form_password" class="input" value="" size="20"
autocorrect="off" autocapitalize="none" spellcheck="false"
autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false"
tabindex="20" />
<label for="login_form_password"><i class="icon-locked icon"></i> {{ 'General_Password'|translate }}</label>
</div>
Expand Down

0 comments on commit 46ad1a7

Please sign in to comment.