-
doesn't seem to work for me with just that added
https://....com/lfgss-newpassword.html
ah - looked at browser compatibility and it's not implemented on Safari iOS
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#browser_compatibilityso seems changing the type to
tel
stops BitWarden trying to helpand remove any lfgss username/password from your password manager because you probably don't need it either since the auth0 change (years ago)
@Velocio & @duncs
You may also be able to stop this behaviour without changing anything about the field except to add
autocomplete="new-password"
to its attributes.