Flask-User-starter-app icon indicating copy to clipboard operation
Flask-User-starter-app copied to clipboard

Enable/Disable user registration

Open ima-jon opened this issue 6 years ago • 0 comments

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

ima-jon avatar Apr 28 '18 21:04 ima-jon