views:

230

answers:

1

Duplicate of Disable browser save password functionality

Is there a way to tell the browser not to insert pre-Saved credential data into forms on websites?

For example I might have an application where I have to login first. I saved the credentials for this login.

When I now want to create a new user account in the control panel, the browser automatically fills in the values for the name and password field, although I want to create a new user.

Is there a way to stop this from happening? Thanks for your answers.

Edit: I mean that the browser fills in the saved credentials when opening the site. I do not mean offering pre-filled in values for that form. But when I open the site the whole textfield and passwordfield are filled out with my data. I'm looking for a xhtml way of doing this, so it is programming related.

+1  A: 

From this older post the 'autocomplete' attribute may be your friend:

http://stackoverflow.com/questions/32369/disable-browser-save-password-functionality

Kev
I thought that at first too, but after re-reading I think he is asking for an option in his browser to turn it off for other sites that he visits.
EBGreen
Thanks, I did not find that entry when I searched here on SO.
Sebastian Hoitz