Authentication
Useful HTML attributes and advice from @adactio when dealing with 2FA and authentication, e.g. on password change forms, use autocomplete="current-password"
and autocomplete="new-password"
to distinguish the input controls.
Useful HTML attributes and advice from @adactio when dealing with 2FA and authentication, e.g. on password change forms, use autocomplete="current-password"
and autocomplete="new-password"
to distinguish the input controls.