Skip to content

Instantly share code, notes, and snippets.

@fatorx
Created February 16, 2017 13:00
Show Gist options
  • Save fatorx/e5b094e2566e5ebb4caf58d70ddb7109 to your computer and use it in GitHub Desktop.
Save fatorx/e5b094e2566e5ebb4caf58d70ddb7109 to your computer and use it in GitHub Desktop.
Don't fill login and password in html forms
Include in html element :
<input name="pass" id="pass" placeholder="" class="form-control" type="password"
value="" autocomplete="new-password" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment