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.