Page MenuHomePhabricator

Allow users to register with non-registration providers if they are invited to an instance
ClosedPublic

Authored by epriestley on Feb 7 2019, 2:04 AM.
Tags
None
Referenced Files
F13100808: D20118.diff
Fri, Apr 26, 8:15 PM
Unknown Object (File)
Wed, Apr 24, 10:40 PM
Unknown Object (File)
Thu, Apr 11, 7:37 AM
Unknown Object (File)
Fri, Apr 5, 4:50 PM
Unknown Object (File)
Mar 26 2024, 12:59 PM
Unknown Object (File)
Mar 26 2024, 12:58 PM
Unknown Object (File)
Jan 27 2024, 4:53 PM
Unknown Object (File)
Dec 14 2023, 8:06 PM
Subscribers
None

Details

Summary

Depends on D20117. Fixes T10071. When you're sent an email invitation, it's intended to allow you to register an account even if you otherwise could not (see D11737).

Some time between D11737 and today, this stopped working (or perhaps it never worked and I got things wrong in D11737). I think this actually ended up not mattering for us, given the way Phacility auth was ultimately built.

This feature generally seems reasonable, though, and probably should work. Make it work in the "password" and "oauth" cases, at least. This may still not work for LDAP, but testing that is nontrivial.

Test Plan
  • Enabled only passwords, turned off registration, sent an invite, registered with a password.
  • Enabled only Google OAuth, turned off registration, sent an invite, registered with Google OAuth.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable