lingthio / Flask-User-starter-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable/Disable user registration

ima-jon opened this issue · comments

commented

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