You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
As part of a project I'm working on, I'd like to see if a given localpart is available in synapse without having enable registration. The details are a bit complex but:
We don't want to enable registration because we're using SSO (and don't want users to simply stroll up and register an account directly).
We have appservices on the host, which means we cannot simply use the SSO provider as a means to check if a localpart is avaliable. Synapse is the best place to be checking if a username is available because it's aware of these.