Open
Bug 1194537
Opened 10 years ago
Updated 1 year ago
If a user creates an account for Sync and closes about:accounts before she verifies her email, open the sync pref pane after she verifies her email address
Categories
(Firefox :: Sync, defect, P3)
Firefox
Sync
Tracking
()
NEW
People
(Reporter: ckarlof, Unassigned)
References
Details
Attachments
(1 obsolete file)
Related to Bug 1189842, which navigates about:accounts to the Sync preferences pane after the user logs into Sync, but the solution in Bug 1189842 requires the user's email to be verified and about:accounts to still be open.
| Reporter | ||
Comment 1•10 years ago
|
||
Thoughts on this idea Ryan?
Comment 2•10 years ago
|
||
Two weeks of intensive reading and analysis and I still don't understand what you're saying. Is this relevant if we are deprecating about accounts?
Flags: needinfo?(rfeeley) → needinfo?(ckarlof)
| Reporter | ||
Comment 3•10 years ago
|
||
Ryan, I hope we clarified today that we mean different things when we say "about:accounts". I mean "that page that hosts the FxA iframe that they user logs into".
We also discussed today that how we engage the user after she verifies her account needs some broader treatment from you, so let's wait and see.
Flags: needinfo?(ckarlof)
Comment 4•10 years ago
|
||
I have a proof of concept of this which is related to Fennec work that I did for [1].
[1] - https://github.com/mozilla/fxa-content-server/issues/3140
Assignee: nobody → stomlinson
Comment 5•10 years ago
|
||
Proof of concept turned into a PR at [1]. The core question mentioned in that PR remains - should the user see the FxA "you are verified!" screen and be required to click a "Sync preferences" button to open "about:accounts#sync", or should this occur automatically?
[1] - https://github.com/mozilla/fxa-content-server/pull/3265
| Reporter | ||
Comment 6•10 years ago
|
||
My preference would be that:
If the verification link is opened in the same browser that the signup happened, the landing page for the verification like would automatically navigate to about:preferences#sync after the verification is complete.
This has some consequences:
1) We need to move the "account verified" message to about:preferences#sync.
2) The happy path doesn't show any UI on https://accounts.firefox.com/signup_complete (unless there are errors).
2) We lose the value of the snippet on /signup_complete.
Thoughts rfeeley, stominlson?
Flags: needinfo?(stomlinson)
Flags: needinfo?(rfeeley)
Comment 7•10 years ago
|
||
After a chat with Ryan Feeley, I agree with the general goal.
The result of our discussion:
If the user verifies in a 2nd browser with about:accounts open, keep the current behavior and redirect about:accounts to about:preferences#sync. A success message should be shown on about:preferences#sync which is not currently shown.
If the user verifies in the same browser with about:accounts open, the completion tab should redirect to about:preferences#sync where a success message is shown. about:accounts will still show FxA content which will transition to the "You have successfully verified your email" page and a "Sync preferences" button shown. If the user clicks "Sync preferences", the user will be taken to about:preferences#sync.
If the user verifies in the same browser after closing about:accounts, the completion tab should redirect to about:preferences#sync where a success message is shown.
Flags: needinfo?(stomlinson)
Updated•10 years ago
|
Assignee: stomlinson → nobody
Comment 8•10 years ago
|
||
Removing the self-assignment due to lack of time.
Updated•10 years ago
|
Flags: needinfo?(rfeeley)
| Reporter | ||
Updated•9 years ago
|
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Attachment #9382825 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•