We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In app/settings.py:
USER_ENABLE_REGISTRATION = True # Allow new users to register
changing to false has no effect.
The setting should be: USER_ENABLE_REGISTER = True # Allow new users to register
USER_ENABLE_REGISTER = True # Allow new users to register
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In app/settings.py:
USER_ENABLE_REGISTRATION = True # Allow new users to register
changing to false has no effect.
The setting should be:
USER_ENABLE_REGISTER = True # Allow new users to register
The text was updated successfully, but these errors were encountered: