Skip to content

Instantly share code, notes, and snippets.

@UnderlineWords
Last active December 26, 2019 19:23
Show Gist options
  • Save UnderlineWords/b262d8432046d8de376db0a9e7bcd271 to your computer and use it in GitHub Desktop.
Save UnderlineWords/b262d8432046d8de376db0a9e7bcd271 to your computer and use it in GitHub Desktop.
How to disable autocomplete for password and email / username inputs.
<!--
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
-->
<input type="email" autocomplete="new-email">
<input type="password" autocomplete="new-password">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment