Actions
Feature proposal #7725
closedImprove autocomplete attribute usage
Description
Password fields should use the newer autocomplete="new-password" usage. If current password is required then that input should use "current-password". Just using "off" the browser can and in the case of Chrome will ignore it.
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
Other core inputs could use better autocomplete as well (e.g. username field have autocomplete="username").
https://www.joomlapolis.com/forum/146-general/241598-how-to-prevent-automatic-chrome-sign-in#314448
Actions