Use autocomplete="new-password" for PasswordAttribute
Closed
Use autocomplete="new-password" for PasswordAttribute
Mozilla finally saw the light, and added support for autocomplete="new-password"
on password field to avoid autofill of password edition fields.
See https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/67#HTML
Firefox still does not support autocomplete="off"
on password fields so we need to switch to autocomplete="new-password"
instead.
We should also remove the dirty work-around with hidden foolautocompleteworkaround field which was not really working anyway.
I expect we can add this by default on all PasswordAttribute (by default at least) because autocomplete in FD only makes sense on login page.