diff --git a/app/views/spree/admin/users/_form.html.haml b/app/views/spree/admin/users/_form.html.haml index 5262ca05df..866f7dffd1 100644 --- a/app/views/spree/admin/users/_form.html.haml +++ b/app/views/spree/admin/users/_form.html.haml @@ -18,7 +18,7 @@ .omega.five.columns = f.field_container :password do = f.label :password, t(".password") - = f.password_field :password, class: "fullwidth" + = f.password_field :password, class: "fullwidth", autocomplete: "new-password" = f.error_message_on :password = f.field_container :password do = f.label :password_confirmation, t(".confirm_password")