mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
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: Carl Schwan <carl@carlschwan.eu> Co-Authored-By: Julien Veyssier <eneiluj@posteo.net> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| components | ||
| files | ||
| jquery | ||
| mixins | ||
| OC | ||
| OCA | ||
| OCP | ||
| Polyfill | ||
| services | ||
| systemtags | ||
| tests | ||
| Util | ||
| views | ||
| globals.js | ||
| init.js | ||
| install.js | ||
| logger.js | ||
| login.js | ||
| main.js | ||
| maintenance.js | ||
| profile.js | ||
| recommendedapps.js | ||
| session-heartbeat.js | ||
| unified-search.js | ||