Closed
Bug 528539
Opened 15 years ago
Closed 15 years ago
Start over should warn about incorrect username/password before prompting for secret phrase
Categories
(Firefox :: Sync, defect)
Tracking
()
RESOLVED
FIXED
1.0 beta2
People
(Reporter: rags, Assigned: Mardak)
References
Details
When you start over, if you enter a wrong username/password combination, you still get prompted to enter your passphrase. After you enter your passphrase, you get dumped back in the first screen with an error message saying incorrect user name or password.
If you enter a wrong username/password, then inform the user right away before proceeding to the passphrase screen.
Flags: blocking-weave1.0+
Assignee | ||
Updated•15 years ago
|
Target Milestone: 1.0 → 1.0 beta2
Assignee | ||
Comment 1•15 years ago
|
||
http://hg.mozilla.org/labs/weave/rev/944f0b6acac0
Show Connecting... when signin in on page 0 and Verifying... when checking the passphrase on page 1.
Assignee: nobody → edilee
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Target Milestone: 1.0 beta3 → 1.0 beta2
Comment 2•15 years ago
|
||
This bug's change:
> +++ b/source/chrome/content/sync.js
> onLoginError: function WeaveWin_onLoginError() {
+ // Don't notify on missing passphrase errors
+ if (!Weave.Service.passphrase)
+ return;
caused the regression bug 530697.
It looks like this chunk intends to make things easier on the user, but it actually causes an annoying re-prompt for master password (if password db is still locked -- e.g. if user clicked 'connect' and then cancels master password dialog)
Depends on: 530697
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
•