-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Disabling registration for new users. #387
Comments
Not at the moment, I believe. You could easily do this by creating a new ENV variable for this. Then when a user tries to register, it checks the variable. If it is false, then it won't let them register. It could also return a 404 for /signup. As for the friends part, I'm not exactly sure what you mean. |
By "add friends" he meant invite system, so only the people with an invite code could register. |
Sure, you would add an input on the registration page and only let people register if they had a code. It's not implemented now but it's pretty easy to do |
Is it possible to block registration for other users and only add for example friends?
The text was updated successfully, but these errors were encountered: