stable
Clone or download
Read-only
request #13803: Help password managers to fill and save correct information
Current recommendations regarding password management is to favor the user convenience [0]. Forms related to the sign up, sign in and password change now have extra informations to help password managers do their jobs [1][2]. [0] https://pages.nist.gov/800-63-3/sp800-63b.html [1] https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-new-password [2] https://www.chromium.org/developers/design-documents/create-amazing-password-forms Change-Id: I046e5fd842d49c220cd257b09d23ccc143d4a078
Modified Files
Name | ||||
---|---|---|---|---|
M | src/templates/account/register-form-start.mustache | +2 | −2 | Go to diff View file |
M | src/templates/account/register-user.mustache | +3 | −3 | Go to diff View file |
M | src/templates/homepage/homepage-sign-in.mustache | +2 | −0 | Go to diff View file |
M | src/templates/user/change-email.mustache | +1 | −1 | Go to diff View file |
M | src/templates/user/login.mustache | +3 | −3 | Go to diff View file |
M | src/www/account/change_pw.php | +9 | −6 | Go to diff View file |
M | src/www/account/change_realname.php | +20 | −7 | Go to diff View file |
M | src/www/account/lostlogin.php | +4 | −3 | Go to diff View file |
M | src/www/account/lostpw.php | +2 | −2 | Go to diff View file |
M | src/www/include/user.php | +2 | −2 | Go to diff View file |