How to prevent password being saved on web?
Is there any way, on the server side, to prevent a web browser from attempting to save a password?
As we put more sensitive information on secure websites, the risk of staff letting their browser remember their password becomes increasingly hazardous.
In an ideal world they'd be security conscious, and have a separate passworded account at home, just like they should have up to date anti-virus and anti-malware software installed. This would prevent anyone else, such as their kids/spouse etc, gaining access.
But just in case... rare though it would be... I'd like to prevent that situation from arising. (Basically I want to do as much as I can to help.)
Any ideas?