Hi, all.
Here I have a
login page, and a secret page which is to be shown when logged in. Now,
I type the username and password, and firefox ask me whether to
remember the password. I click "yes". Then the browser redirect to the
secret page, so far so good. The secret page contains a form where user
can edit his profile. Two of the textboxes in the form are "favorite
books" and "new password", they should be empty. However, firefox auto
fill them with the remembered user name and password. It seems that,
firefox will fill every textbox of which the input type is "password",
and fill every textbox right before the password textbox as the "user
name" textbox. This is not correct! This is not the login form, but the
edit profile form. This also happened in Chorme. How can I solve this problem?
Thanks in advance.
Go to the complete details ...