Closed
Bug 1173566
Opened 10 years ago
Closed 8 years ago
Handle Firefox Account email changes on Android
Categories
(Android Background Services Graveyard :: Firefox Accounts, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1368147
People
(Reporter: zaach, Unassigned)
Details
To help prevent users from being locked out of their account we want to allow users to change their email address[1], which means code on the server and clients alike will need to be revisited. I'm setting up this bug to track changes needed for Android to support this feature.
[1] https://github.com/mozilla/fxa-auth-server/issues/957
I don't know much about doing this on Android. We create a native Android account object, which has a unique, constant primary key which is almost always the email address. We probably will need to tear down and re-create the account object. It's not something we would want to do frequently. Technically, there's no reason that we could not associate a single email (even a defunct email) with many emails.
This will need some careful consideration.
Summary: Handle account email changes → Handle Firefox Account email changes on Android
Comment 2•8 years ago
|
||
I'm duping this to Bug 1368147 which, while more recent, also has more discussion in it.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•