Only record the "last user hash" for the sync merge warning after account becomes verified
Categories
(Firefox :: Sync, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: adavis, Assigned: bdk)
Details
Attachments
(1 file)
Steps to reproduce:
- Create a new profile
- Try to register with an invalid email (one that will bounce but looks legit)
- When you see the FxA error that the email bounced, start over
Results:
- Sync gives a merge warning though the first attempt at registation never worked
Expected result:
- No merge warning since it's the first successful Sync authentication.
Comment 1•5 years ago
|
||
We now record that "last user hash" as soon as we are told of the login. I think doing it as we notice verification would avoid the issue as described.
Comment 2•5 years ago
|
||
The severity field is not set for this bug.
:rfkelly, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 3•5 years ago
|
||
I'm making this a P3, but if we have metrics to suggest it's a regularly-occurring problem we can discuss bumping it up.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
I'm not seeing an email bounced error when running from the current code, but I do see this issue if I click the "Use a different account" link from the login page before the first account is verified.
Assignee | ||
Comment 5•4 years ago
|
||
- Updated FxAccountsWebChannel to not save the user hash when logging in
with an unverified email - Updated FxAccounts to save the user hash once the email is verified.
- Updated tests
Comment 6•4 years ago
|
||
(In reply to Ben Dean-Kawamura from comment #4)
I'm not seeing an email bounced error when running from the current code, but I do see this issue if I click the "Use a different account" link from the login page before the first account is verified.
That would be the server - might be worth asking on #fxa about it if you can reproduce it - bounces are a bit of a problem for them and they might be interested in working out what made yours bounce.
Assignee | ||
Comment 7•4 years ago
|
||
@markh can you add the testing tag to phabricator?
Comment 9•4 years ago
|
||
bugherder |
Description
•