Avoid password manager autocompletion on user settings page
This commit is contained in:
parent
e6dbf56d43
commit
e6db73f8d3
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
|
||||
<%= f.text_field :display_name %>
|
||||
<%= f.email_field :email, :disabled => true, :label => t(".current email address") %>
|
||||
<%= f.email_field :new_email, :autocomplete => :off %>
|
||||
<%= f.password_field :pass_crypt, :value => "", :autocomplete => :off %>
|
||||
<%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => :off %>
|
||||
<%= f.email_field :new_email, :autocomplete => "email" %>
|
||||
<%= f.password_field :pass_crypt, :value => "", :autocomplete => "new-password" %>
|
||||
<%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => "new-password" %>
|
||||
|
||||
<fieldset class="form-group">
|
||||
<label for="user_auth_provider"><%= t(".external auth") %></label>
|
||||
|
|
Loading…
Add table
Reference in a new issue