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
Updated by krileon about 5 years ago
Could be useful to just add a new parameter for all text based (text, password, email, etc..) fieldtypes to set the autocomplete value as well instead of forcing it.
Updated by beat almost 5 years ago
- Target version changed from CB 2.4.3 to CB 2.4.4
Updated by beat over 4 years ago
- Target version changed from CB 2.4.4 to CB 2.4.5
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1542
Changed from old "off", which is confirmed ignored by browsers now, to "new-password".