Closed
Bug 1483606
Opened 7 years ago
Closed 7 years ago
Password changes are not handled
Categories
(Firefox for iOS :: Sync, enhancement, P1)
Tracking
()
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fxios | 13.2 | --- |
People
(Reporter: eoger, Assigned: eoger)
References
Details
(Whiteboard: [NeedsUplift])
Attachments
(1 file)
- Password changes initiated from Firefox iOS are not handled by the app, despite receiving the "change_password" custom event containing all that's necessary to start over.
- Password changes initiated from other devices are never "detected", even a few hours after when the token server sends 401s - aka we're never asked to reconnect ever.
The last one is really bad and might explain why some users are complaining the last sync date is never changing even when syncing manually on iOS.
Assignee | ||
Comment 1•7 years ago
|
||
Mirroring the github patch
Attachment #9001323 -
Flags: review?(jdarcangelo)
Updated•7 years ago
|
Attachment #9001323 -
Flags: review?(jdarcangelo) → review+
Comment 2•7 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/d10e4abf5656c943c86e538208bf8c56ab08c57e
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Priority: -- → P1
Resolution: --- → FIXED
Whiteboard: [NeedsUplift]
Comment 3•7 years ago
|
||
Catalin,
Can you check that we are testing password-change workflows? This seems to have been around for a while now. It is fixed on master.
Flags: needinfo?(catalin.suciu)
Comment 4•7 years ago
|
||
The issue is partially fixed.
The current behavior is:
- After changing the FxA password on desktop, you're requested to re-connect on iOS only after restarting the app, not at first sync as expected. (see Bug #1484254)
- If the password is changed on iOS, you're requested to reconnect on desktop at first sync as expected.
Status: RESOLVED → VERIFIED
Flags: needinfo?(catalin.suciu)
You need to log in
before you can comment on or make changes to this bug.
Description
•