Why do browsers use my saved password for all forms in the one site?
Posted
by user313272
on Stack Overflow
See other posts from Stack Overflow
or by user313272
Published on 2010-04-10T02:55:47Z
Indexed on
2010/04/10
3:03 UTC
Read the original article
Hit count: 306
Is there a way to limit the url of saved credentials in browsers?
For example, if I save a username and password for http://www.website.com/login
can I make it so that the rest of the forms in the site don't use these details? http://www.website.com/members
, http://www.website.com/admin
etc...
I'm aware of the autocomplete attribute but I don't want to turn off autocomplete entirely. I would like it if the browser remembered the login details per form or url.
© Stack Overflow or respective owner