Skip to content
Commit c40d75a7 authored by Carl Schwan's avatar Carl Schwan Committed by Louis Chemineau
Browse files

Add autocompletion for password reset

Using autocomplete="current-password" and autocomplete="new-password"
will help browser with integrated password managers to generate safe
password for the users.

See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element
and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete

.

Also unify autocapitalize="none" autocorrect="off" behavior in a few
other places for password input fields.

Close #27885

Signed-off-by: default avatarCarl Schwan <carl@carlschwan.eu>
Co-Authored-By: default avatarJulien Veyssier <eneiluj@posteo.net>
Co-Authored-By: default avatarPytal <24800714+Pytal@users.noreply.github.com>
parent 28b0e811
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment