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
Unknown Object (File)
Wed, Aug 19, 4:13 PM
Unknown Object (File)
Mon, Aug 17, 4:06 AM
Unknown Object (File)
Jul 12 2026, 12:56 PM
Unknown Object (File)
Jun 26 2026, 10:46 PM
Unknown Object (File)
Apr 17 2026, 1:28 AM
Unknown Object (File)
Mar 4 2026, 2:04 PM
Unknown Object (File)
Jan 31 2026, 5:21 AM
Unknown Object (File)
Jan 22 2026, 9:07 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