Browser remembers password in registration form.
Moderator: General Moderators
Browser remembers password in registration form.
Ok, I've tried a bunch of ways to fix this, but nothing I try works. So, the problem is, on my web page I have a registration and log in form. In both forms, there is a field for the email and password and they have unique names, but when I choose to remember the email and password in the browser when I log in, it also remembers it in the registration form. Does anyone know why this is or how to fix it?
Re: Browser remembers password in registration form.
I found a work around; I just made a javascript function that determines the class name and if it has a certain name, I just set the value to blank.
Re: Browser remembers password in registration form.
Using the HTML Autocomplete attribute should prevent the browser from pre-filling the password field.
http://www.htmlcodetutorial.com/forms/_ ... PLETE.html
http://www.htmlcodetutorial.com/forms/_ ... PLETE.html