Project

General

Profile

Feature proposal #7725

Updated by krileon about 4 years ago

Password fields should use the newer autocomplete="new-password" usage. -If If current password is required then that input should use "current-password".- "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

Back