• Bookmarked https://adactio.com/journal/17794
    Authentication
    Two-factor authentication is generally considered A Good Thing™️ when you’re logging in to some online service. The word “factor” here basically means “kind” so you’re doing two kinds of...

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.