Closed
Bug 563682
Opened 15 years ago
Closed 15 years ago
Latest Secret phrase does not update in password manager
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
1.3b4
People
(Reporter: tchung, Assigned: mconnor)
Details
(Whiteboard: [weave1.3])
Attachments
(1 file)
348 bytes,
patch
|
Mardak
:
review+
|
Details | Diff | Splinter Review |
When you change the secret phrase within weave prefs, it will not get immediately updated within password manager (Show passwords). Instead, its the previous instance shown from the last time you updated the phrase.
If you then update your secret phrase again, you'll then see the previous phrase updated from the last round. So in summary, the shown passwords seems to be one instance behind.
Repro:
1) install weave 1.3b3 and login
2) change secret phrase x1 (eg. "secretphrase1")
3) open pwdmgr > show passwords, and notice the secret phrase is not what you just changed.
4) change secret phrase x2 (eg. "secretphrase2")
5) open pwdmgr > show passwords, and notice the secret phrase is now "secretphrase1"
6) change secret phrase x3 (eg. "somethingNew!")
7) show passwords shows "secretphrase2")
8) etc...etc...
With changing account passwords, it seems to reflect the change immediately after opening/closing pwdmgr.
Expected:
- changing secret phrase for that instance should dynamically reflect the changes in pwdmgr
Actual:
- secret phrase seems to be one-off behind.
** Is this related to bug 563360?
Updated•15 years ago
|
Whiteboard: [weave1.3]
Assignee | ||
Comment 1•15 years ago
|
||
changePassphrase, unlike changePassword, doesn't call persistLogin. Why, I have no idea.
Assignee: nobody → mconnor
Status: NEW → ASSIGNED
Flags: blocking-weave1.3+
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: --- → 1.3b4
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #443401 -
Flags: review?(edilee)
Comment 3•15 years ago
|
||
Comment on attachment 443401 [details] [diff] [review]
v1
Mmm.. I remember fixing this before.
Attachment #443401 -
Flags: review?(edilee) → review+
Comment 4•15 years ago
|
||
Assignee | ||
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Firefox Sync: UI → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•