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, Apr 17, 12:39 AM
Unknown Object (File)
Sun, Mar 31, 9:11 PM
Unknown Object (File)
Fri, Mar 29, 9:39 AM
Unknown Object (File)
Fri, Mar 29, 1:43 AM
Unknown Object (File)
Mar 18 2024, 3:16 PM
Unknown Object (File)
Mar 10 2024, 1:21 PM
Unknown Object (File)
Feb 13 2024, 6:18 AM
Unknown Object (File)
Feb 3 2024, 2:04 PM
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!