Preventing autofilling with autocomplete new-password
If an input
element has the attribute value autocomplete="new-password"
, browsers can suggest securely-generated passwords and prevent autofilling of password fields.
<input autocomplete="new-password" type="password" />
0
0
Comments
Reply on Bluesky here to join the conversation.