Remove flask_user and use flask_login directly, with partial feature support
This commit is contained in:
@@ -15,11 +15,6 @@ REDIS_URL = 'redis://redis:6379'
|
||||
CELERY_BROKER_URL = 'redis://redis:6379'
|
||||
CELERY_RESULT_BACKEND = 'redis://redis:6379'
|
||||
|
||||
USER_ENABLE_USERNAME = True
|
||||
USER_ENABLE_REGISTER = False
|
||||
USER_ENABLE_CHANGE_USERNAME = False
|
||||
|
||||
USER_ENABLE_EMAIL = False
|
||||
MAIL_USERNAME = ""
|
||||
MAIL_PASSWORD = ""
|
||||
USER_EMAIL_SENDER_NAME = ""
|
||||
|
||||
Reference in New Issue
Block a user