M.O.S. Studios Posted May 28, 2009 Share Posted May 28, 2009 Hey guys, I have a section of my website where users can alter their information, i ask the user to type their password twice to make sure their is no typos within it. I have a problem when i reload the page after the user submits it. for some reason FF auto changes the first password field to match the 2nd password field(even though they have different names), is their any html code that will turn this off thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/160073-solved-confirm-password-error-with-ff/ Share on other sites More sharing options...
Ken2k7 Posted May 28, 2009 Share Posted May 28, 2009 Do you have any pre-set values for those input boxes? That shouldn't happen otherwise. Quote Link to comment https://forums.phpfreaks.com/topic/160073-solved-confirm-password-error-with-ff/#findComment-844500 Share on other sites More sharing options...
M.O.S. Studios Posted May 28, 2009 Author Share Posted May 28, 2009 i do, its filed in with php, however i fixed it by doing this <input type="password" name="pass" autocomplete="off" /> <input type="password" name="pass_confirm" autocomplete="off" /> Quote Link to comment https://forums.phpfreaks.com/topic/160073-solved-confirm-password-error-with-ff/#findComment-844504 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.