Closed
Bug 214573
Opened 22 years ago
Closed 10 years ago
Password Manager: username gets lost when password is wrong in proxy dialog
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pammann, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
When using a proxy with auth.
When entering username and password
and the password is rejected as wrong
the username also gets lost.
Reproducible: Always
Steps to Reproduce:
1. use proxy SOCKS V5
2. enter username and wrong password
3. the auth. dialog comes up again with empty fields
Comment 1•22 years ago
|
||
I don't think that this is a bug.
Mozilla doesn't know if the username or the password is wrong it's more secure
that you reenter both.
| Reporter | ||
Comment 2•22 years ago
|
||
it would be at least nice if the username is kept.
the user knows anyway that something was wrong!
its cosmetic anyway :-)
Comment 3•22 years ago
|
||
->networking.
Assignee: general → darin
Component: Browser-General → Networking
QA Contact: general → benc
Comment 4•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 5•20 years ago
|
||
valid bug (not confirming because I didn't check for duplicates)
Christian: I've scanned through the password manager docs on mozilla, and I
don't think this is a bug.
Why would you store just a username and not a valid password? I suppose it would
make sense if we wanted to support challenge-response accounts. But we've never
gotten that far w/ making PM work.
How does this compare to other PM module behavior, like http and ftp? I can't
remember.
Summary: username gets lost when password is wrong in proxy dialog → Password Manager: username gets lost when password is wrong in proxy dialog
Comment 7•20 years ago
|
||
hm? where does password manager come in?
The issue is this: If you want to log in to a proxy server, and you make a typo
in the password... then you expect the dialog to come up again and give you
another chance to enter the password. ideally though, you don't need to retype
the username because it was already correct.
Chrstian:
I understand steps, but then the question is: which component is doing this, and how should it behave?
As I recall, HTTP auth throws away everything if a credential fails to work.
Some login systems discard the username and password toegether if there is an auth failure (X windows-based login screen). Some leave the username in place. And how does this work elsewhere in the product?
Updated•19 years ago
|
Assignee: darin → nobody
QA Contact: benc → networking
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•