Add password autocomplete hints (#20071)
Fixes #20067 Our password autocomplete hints were “off” but that does not prevent current browsers from trying to autocomplete them anyway, so use `current-password` and `new-password` so they don't put a newly-generated password in a password confirmation prompt, or the old password for a password renewal prompt.
Showing
- app/views/auth/challenges/new.html.haml 1 addition, 1 deletionapp/views/auth/challenges/new.html.haml
- app/views/auth/passwords/edit.html.haml 2 additions, 2 deletionsapp/views/auth/passwords/edit.html.haml
- app/views/auth/registrations/edit.html.haml 3 additions, 3 deletionsapp/views/auth/registrations/edit.html.haml
- app/views/auth/sessions/new.html.haml 1 addition, 1 deletionapp/views/auth/sessions/new.html.haml
- app/views/settings/deletes/show.html.haml 1 addition, 1 deletionapp/views/settings/deletes/show.html.haml
- app/views/settings/migration/redirects/new.html.haml 1 addition, 1 deletionapp/views/settings/migration/redirects/new.html.haml
- app/views/settings/migrations/show.html.haml 1 addition, 1 deletionapp/views/settings/migrations/show.html.haml
Loading
Please register or sign in to comment