Prevent browser from entering username and password

Duplicate Disable browser password save function

Is there a way to tell the browser not to paste pre-saved credentials into forms on websites?

For example, I may have an application in which I must first log in. 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 name and password field, although I want to create a new user.

Is there any way to stop this? Thank you for your responses.

Edit: I mean that the browser opens the saved credentials when you open the site. I do not mean to suggest pre-populated values ​​for this form. But when I open the site, all text fields and password fields are filled with my data. I'm looking for an xhtml way to do this, so this is programming related.

+3
source share
1 answer

From this senior post, the autocomplete attribute could be your friend:

Disable browser functionality "Save Password"

+2
source

All Articles