Is there a way to prevent Google Chrome and other browsers from saving a password for a specific site? The server is ASP.NET MVC .NET4.
Try autocomplete='off'
on the input field. Browsers should respect this - but of course they don't have to.
UPDATE:
This is now part of HTML5, and according to that standard you can add autocomplete='off'
to the form tag to have it apply to all fields within the form.
http://www.w3schools.com/html/html5_form_attributes.asp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With