Closed
Bug 258569
Opened 21 years ago
Closed 21 years ago
allows to set a specific master password, but doesn't accept it later
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 252436
People
(Reporter: ich, Assigned: dveditz)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a4) Gecko/20040908
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a4) Gecko/20040908
The password Manager allows to set a specific master password, that isnt't
accepted later (when the user is asked for). For example when the user wants to
send a mail that is signed with a certificate he/she is aksed for the "master
password of the software security device".
In this special case the password manager allowed to set the master password to
"mx_ä@73#" (without the quotes). But later the password isn't accepted. Using a
less complex password doesn't show this behavior.
Reproducible: Always
Steps to Reproduce:
1. set master password to "mx_ä@73#"
2. close mozilla (so that you are asked for the password the next time...)
3. start the mozilla mail client
4. try to sign a new mail with a certificate and send it. You will be asked for
the "master password of the software security device".
5. the given password will not be accepted.
Actual Results:
The given password is not accepted. The line in the box where the password ist
to be typed in is empty again...
Expected Results:
accept the password and send the mail. (Like with less complex passwords)
Assignee | ||
Comment 1•21 years ago
|
||
The master password is part of PSM (and the underlying NSS).
WAG says we're sending the password through some "string" interface that's
mangling non-Latin-1 or non-ascii characters. But in that case you'd expect
matching mangling on later password request dialogs so maybe it's not that simple.
Component: Password Manager → Client Library
Product: Browser → PSM
Version: Trunk → 1.01
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 252436 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•