MichaelThessel / pwx

Online password exchange service
https://pwx.michaelthessel.com
MIT License
41 stars 20 forks source link

Prevent auto-fill in all browsers #16

Closed joseluis closed 8 years ago

joseluis commented 8 years ago

For a password exchange service, the auto-filling of input fields is more annoying than it is useful.

Note: Since Chrome completely ignores the autocomplete attribute, fake hidden fields are provided as a workaround.

MichaelThessel commented 8 years ago

Thanks. Great catch. I have auto fill disabled. Never came to my mind that this could be an issue.