config: adds accounts config var

This commit is contained in:
Mojib Wali
2022-05-30 13:28:34 +02:00
committed by GitHub
parent 73bc8b4575
commit 3db870784b

View File

@@ -178,6 +178,9 @@ SECURITY_CONFIRMABLE = False
Instead user will get a welcome email.
"""
SECURITY_LOGIN_WITHOUT_CONFIRMATION = False
"""Require users to confirm email before being able to login."""
# Flask-Security
# =============
# See https://pythonhosted.org/Flask-Security/configuration.html