Page MenuHomePhabricator

Explicitly warn the user multiple times when they try to register an external account with an existing email
ClosedPublic

Authored by epriestley on Jan 17 2017, 7:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 8:21 AM
Unknown Object (File)
Tue, Dec 3, 10:41 AM
Unknown Object (File)
Nov 7 2024, 10:16 PM
Unknown Object (File)
Nov 7 2024, 9:39 PM
Unknown Object (File)
Nov 5 2024, 7:39 PM
Unknown Object (File)
Oct 15 2024, 4:27 PM
Unknown Object (File)
Oct 15 2024, 5:28 AM
Unknown Object (File)
Oct 9 2024, 6:53 AM
Subscribers

Details

Summary

Ref T3472. Ref T12113. This implements the gigantic roadblock nonsense in T3472.

Test Plan

Screen Shot 2017-01-17 at 11.25.17 AM.png (1×1 px, 171 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 17 2017, 7:29 PM

We could possibly improve this flow by giving users a modal choice ("link existing" or "create new") instead of this roadblock dialog ("stop, go do it right" or "create new"), but we'd need to put more handholding along the "link existing" flow because the user must login (and go through MFA, if applicable) before we can safely link accounts: it is not safe to link accounts just because a user knows the credential of some external account with the same email address.

This flow is rare anyway, and this roadblock mostly saves us from spending 2+ hours failing to reproduce LDAP issues in the future (T12113).

This revision was automatically updated to reflect the committed changes.

Just for the record, this change works for me. Many thanks for quickly resolving my problem!