Firefoxed added User Name value and password automatically even their values are set blank. Why this happened? How can I prevent it from happening?
I've set up User Name and Password in a php scripts. When there are no values set for them, Firefox add some value to them automatically. It's very bugging, since it'll change the password carelessly and nobody know what it is.
被選擇的解決方法
Are you sure that Firefox doesn't fill those fields via the Password Manager?
- Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
從原來的回覆中察看解決方案 👍 0
所有回覆 (3)
Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.
選擇的解決方法
Are you sure that Firefox doesn't fill those fields via the Password Manager?
- Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
Thank you!! It's solved the problem!!