Closed
Bug 220529
Opened 21 years ago
Closed 21 years ago
Remove obsolete wallet prefs from firefox.js
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 224578
People
(Reporter: support, Assigned: bryner)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925
If I define an alternate location for the password file, it is ignored by
Mozilla (and Firebird, by the way). Entered paths (example:
user_pref("signon.SignonFileName", "C:\\Data\\reg\\61256111.s"); ) are ignored
completely.
Reproducible: Always
Steps to Reproduce:
1. add an alternate path for signon.txt or the Mozilla password file in user.js
2. run Mozilla or Firebird
3. enter a web page of which a password was already stored
Actual Results:
no password is automatically entered (or saved if you agree to save it after
re-entering it). The setting is ignored completely; newly entered passwords go
to "nowhere".
Expected Results:
evaluate the user.js setting (also if it contains a path) and work as intended
(enter saved passwords and save them to the configured password file)
Comment 1•21 years ago
|
||
*** Bug 220530 has been marked as a duplicate of this bug. ***
Comment 2•21 years ago
|
||
*** Bug 220531 has been marked as a duplicate of this bug. ***
Comment 3•21 years ago
|
||
*** Bug 220532 has been marked as a duplicate of this bug. ***
Comment 4•21 years ago
|
||
*** Bug 220533 has been marked as a duplicate of this bug. ***
Comment 5•21 years ago
|
||
signon.txt isn't used by Firebird's password manager (its a random filename
ending in .s in your profile). As far as I can make out, wallet used this pref,
and since we don't use wallet, it's irrelevant.
It should get whacked out of all.js so as not to confuse people though, since it
no longer has any effect. Morphing bug to that effect.
-> taking
Assignee: blake → mpconnor
Severity: major → minor
Summary: user_pref("signon.SignonFileName",..) ignores path setting, doesn't work at all. → remove user_pref("signon.SignonFileName",..) from all.js
Comment 6•21 years ago
|
||
bryner, am I correct in assuming that any wallet prefs are obsolete now?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: remove user_pref("signon.SignonFileName",..) from all.js → remove obsolete wallet prefs from all.js
Comment 7•21 years ago
|
||
Come on Mike - you know you shouldn't be both assignee and QA for a bug :)
QA Contact: mpconnor → davidpjames
Comment 8•21 years ago
|
||
does that mean I can reassign you as QA for all the bugs I'm doubled on? :)
Comment 9•21 years ago
|
||
Tweaking summary since we use firefox.js instead of all.js now.
Summary: remove obsolete wallet prefs from all.js → Remove obsolete wallet prefs from firefox.js
Comment 10•21 years ago
|
||
What exactly do you want to remove here? The wallet.* prefs are gone. The signon
prefs are in use: signon.SignonFileName points to the passwords file
(signons.txt currently); signon.rememberSignons is the bool pref you set in
options->privacy->saved passwords->remember passwords. I haven't tested
signon.expireMasterPassword though.
Comment 11•21 years ago
|
||
I'm not sure this is valid, but the prefs don't seem to show up in any of the
new password manager code, I may be wrong on how they're added (i.e. signon. is
appended somehow to strings, or something).
-> default owner/QA
Assignee: mconnor → bryner
Component: Preferences → Password Manager
Comment 12•21 years ago
|
||
*** This bug has been marked as a duplicate of 224578 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•