-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Invite-Only Mode #172
Comments
thank you |
Hello, I just got my instance working today. After some problems with the login screen not displaying that I solved described in my Issue I opened before. |
Pretty sure that's unrelated to this issue as this issue is for enabling an "invite-only" mode. |
Okay, taking a look: We can't hook in before a user is created across all adapters & auth mechanisms. The Email: We could wrap the prisma provider and disallow the |
@ivanzgroot regarding invite email, did you add the smtp details? https://github.com/oss-apps/split-pro/blob/main/.env.example#L37 |
yes, the smtp is configured correctly. I think it is some kind of weird bug having to do with Safari on iOS. |
i would say it's coincidence cuz, pwa still opens in safari |
also as @imnotjames mentioned, can you see the email from your email account? |
As far as I can tell this isn't currently supported.
It'd be helpful to have the ability to restrict sign-ups after the initial user has signed up on self-hosted installations.
As a self-hosted administrator of an instance, I want to support magic links but not allow ANYONE to sign up so I can avoid spam users.
This is something I'll be working on as long as there's no qualms with it getting merged in.
The text was updated successfully, but these errors were encountered: