Closed
Bug 285878
Opened 20 years ago
Closed 20 years ago
"show passwords" does nothing
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: mozillafirebird, Assigned: mscott)
Details
Attachments
(1 file)
|
941 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050312 Firefox/1.0+ Build Identifier: version 1.0+ (20050308) clicking the "show passwords" button doesnt show the saved passwords. Reproducible: Always Steps to Reproduce: 1. goto tools>options>privacy>passwords 2. click on "view saved passwords" 3. click on "show passwords" Actual Results: nothing happened. Expected Results: an additional column appears showing the passwords that were saved. javascript console error: Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIPK11Token.checkPassword]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://messenger/content/preferences/viewpasswords.js :: ConfirmShowPasswords :: line 246" data: no]
| Assignee | ||
Comment 1•20 years ago
|
||
i havne't seen this myself but several others have reported this. your JS error helps a lot.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → Thunderbird1.1
| Reporter | ||
Comment 2•20 years ago
|
||
tracked down the regression date. march 7 works. march 8 doesnt. has something to do with the new prefs window.
| Reporter | ||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
| Assignee | ||
Comment 3•20 years ago
|
||
if you set a master password then later remove it, do you still have this problem?
Severity: critical → normal
Flags: blocking-aviary1.1?
Comment 4•20 years ago
|
||
Nope, that solves it... interesting. I'll bet it's pretty hard to for me reproduce this bug now ;)
| Reporter | ||
Comment 5•20 years ago
|
||
wfm now too. its some kind of problem with the new options window.
| Assignee | ||
Comment 6•20 years ago
|
||
checkToken is throwing an exception for users who have never set a master password before. Work around the exception. Of course neither of you guys can verify the fix anymore :)
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•