Closed
Bug 461298
Opened 17 years ago
Closed 17 years ago
Suggests Password if the filed is a text input
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 394612
People
(Reporter: debiprasad.s, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
I found in the http://www.misscallme.com/ website that they are using text input for password. Here it suggested me the password which I used for other website. This suggests as the id or name (not sure which one Firefox uses to give suggestion) matches with this field. The password I provided at other field which was a password input at other website, is stored in the browser and comes as suggestion in this website.
Reproducible: Always
Steps to Reproduce:
1. Use a login form with similar id or name for the password input as the above site
2. Click on the password text input on the above site
Actual Results:
Showing suggestion
Expected Results:
Should not any suggestion
Updated•17 years ago
|
Component: General → Form Manager
Product: Firefox → Toolkit
QA Contact: general → form.manager
Comment 1•17 years ago
|
||
It can offer a previously entered username, but not the password. Form history is only keyed on the field name, so it can pick up data from other sites this way.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•