Disable browser 'Save Password' functionality
Posted
by mattsmith321
on Stack Overflow
See other posts from Stack Overflow
or by mattsmith321
Published on 2008-08-28T14:18:09Z
Indexed on
2010/03/31
19:13 UTC
Read the original article
Hit count: 804
One of the joys of working for a government healthcare agency is having to deal with all of the paranoia around dealing with PHI (Protected Health Information). Don't get me wrong, I'm all for doing everything possible to protect people's personal information (health, financial, surfing habits, etc.), but sometimes people get a little too jumpy.
Case in point: One of our state customers recently found out that the browser provides the handy feature to save your password. We all know that it has been there for a while and is completely optional and is up to the end user to decide whether or not it is a smart decision to use or not. However, there is a bit of an uproar at the moment and we are being demanded to find a way to disable that functionality for our site.
Question: Is there a way for a site to tell the browser not to offer to remember passwords? I've been around web development a long time but don't know that I have come across that before.
Any help is appreciated.
Thanks, Matt
© Stack Overflow or respective owner