account provisioning should allow the provider to send back the email and name to be used
Categories
(Thunderbird :: Account Manager, enhancement)
Tracking
(thunderbird_esr78+ fixed, thunderbird86+ fixed)
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file, 2 obsolete files)
9.90 KB,
patch
|
aleca
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
During account provisioning the chosen email and display name may change from what the user had originally entered. We should allow to set the chosen values to use for the setup.
Looks like the final step of getting the account configured (see TracingListener) seems not to be working atm, likely broken by tb-fission.
Attaching wip patch (that doesn't work on trunk)
Assignee | ||
Comment 1•4 years ago
|
||
Slight update.
I tested this on 78 and there it works. On trunk, when one gets the account setup, and would press "finish" in the provider page, the link opens in a tb tab AND in the browser. But the listening for the response doesn't work.
Assignee | ||
Comment 2•4 years ago
|
||
Seems bug 1658781 was not 100% fixed - if i set up the same account many times, I seem to get trouble in the account settings, but I don't know why.
For 78 when I say it it works, it works - but if it's a blank profile, the account hub doesn't at least always go away and one have to restart to get the folder pane to start showing.
Comment 3•4 years ago
|
||
Seems bug 1658781 was not 100% fixed - if i set up the same account many times, I seem to get trouble in the account settings, but I don't know why.
I'll take a look at it and create a follow up bug.
Assignee | ||
Comment 4•4 years ago
|
||
With bug 1689290 fixed, this now works on trunk.
Assignee | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Comment 6•4 years ago
|
||
bug 1689724 seems to happen only when creating a new email address.
When I configure an existing account it triggers the UI changes.
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/340c94242df2
allow account provisioning to use provider email and displayname, and fix some bugs. r=aleca
Assignee | ||
Comment 9•4 years ago
|
||
Comment on attachment 9199753 [details] [diff] [review]
bug1689079_provider.patch
[Approval Request Comment]
Wanted for beta to advance partnership integration work.
Fixes real problem as well, in that the provider success dialog didn't close anymore on trunk. Likely due to tb-fission.
Both changeset should be uplifted.
Comment 10•4 years ago
|
||
Comment on attachment 9199753 [details] [diff] [review]
bug1689079_provider.patch
[Triage Comment]
Approved for beta
Updated•4 years ago
|
Comment 11•4 years ago
|
||
bugherder uplift |
Assignee | ||
Comment 12•4 years ago
|
||
Comment on attachment 9199753 [details] [diff] [review]
bug1689079_provider.patch
[Approval Request Comment]
Forgot to ask for 78 approval for this earlier...
Comment 13•4 years ago
|
||
Comment on attachment 9199753 [details] [diff] [review]
bug1689079_provider.patch
[Triage Comment]
Approved for esr78
Comment 14•4 years ago
|
||
bugherder uplift |
Thunderbird 78.8.1:
https://hg.mozilla.org/releases/comm-esr78/rev/71bd4e678b52
Thunderbird 78.8.1:
https://hg.mozilla.org/releases/comm-esr78/rev/6cb24f23251a
Description
•