Follow

Sometimes it's the small things. We've added or changed our password field autocomplete HTML attributes so your favorite password manager will now offer to prefill your password, instead of suggesting a new one for example, and vice versa. God is in the details.

Deployed to 40k sites now, you know, small things.

You should add `autocomplete=current-password` or `autocomplete=new-password` to your `input type=password` fields depending whether you want the user, or their password manager, to enter their current password (like in the login form), or enter their new password (e.g. set your new password forms).

The common "repeat your new password" field should also have `autocomplete=new-password` attribute.

@1password has a nice page where they describe how you should design your website to work best with 1Password developer.1password.com/docs/w

· · Web · 0  · 20  · 21