Closed
Bug 210976
Opened 22 years ago
Closed 20 years ago
Form Manager doesn't capture all-encrypted form
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: SGwylan, Unassigned)
References
(
URL
)
Details
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.4) Gecko/20030616
Build Identifier: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.4) Gecko/20030616
If all entry fields filled in a form are encrypted, Form Manager fails to
capture data.
Reproducible: Always
Steps to Reproduce:
1. Go to URL above.
2. Fill in a fake SSN and password on left side, then hit Return.
3. You aren't prompted to store form info. Signin should reject and reload page.
4. Fill in values again, try Tools -> Form Manager -> Save Form Info.
Actual Results:
Get a "Nothing to capture" dialog.
Expected Results:
Form data should be captured even if it is all encrypted.
Comment 1•22 years ago
|
||
password is managed by password manager. check if you have Password Manager
enabled (edit | preferences | privacy & security | passwords | remember passwords).
pls resolve this bug as invalid if your password manager is not enabled.
| Reporter | ||
Comment 2•22 years ago
|
||
Password Manager *is* enabled, but doesn't seem to do anything either. There's
nothing in the "Manage" list for that site and there doesn't seem to be a way of
capturing data when both "user id" and password are in input_type="password"
fields. Form and password manager appear to be tripping over each other.
Comment 3•22 years ago
|
||
<input type="password"> it the key that the password manager uses to see that it
is an username / password form.
With two password fields, it assumes it is a sign-up form with a
confirm-password field. It ignores that, and only captures when you log in the
first time. So maybe this is a case of password manager trying to bo too smart,
but i think it is ok. This page is just a very special one.
| Reporter | ||
Comment 4•22 years ago
|
||
Okay, that explains why, but it doesn't help me much. My main problem is the
password is a pain to remember, so I'd *really* like to be able to get auto-fill
to work for this page....
Updated•21 years ago
|
Assignee: dveditz → nobody
Comment 6•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 7•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•