mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Merge pull request #9353 from saunmanoj888/fix-password-prefilled-issue
Disable auto fill option for password on /admin/users/[ID] page
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user