browser saves login information in registration form
Moderator: General Moderators
browser saves login information in registration form
I have a login form and a registration form, both have a username and password inputs fields. Everything has a different name e.g. loginemail, loginpassword, registeremail, registerpassword but if I save my username and password in the browser when I log out, I can see the username and password information in both the login and register forms. I've tried changing the names so that they are completely random, but that didn't work. Does anyone know how to prevent this?
Re: browser saves login information in registration form
You could try autocomplete="off".
Although why is it a bad thing?
Although why is it a bad thing?
Re: browser saves login information in registration form
Have you made sure that your password field is set to <input type="password" name="blah"></input> ?