We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964926c commit 266ea25Copy full SHA for 266ea25
readthedocs/settings/base.py
@@ -662,6 +662,7 @@ def DOCKER_LIMITS(self):
662
# Make email verification mandatory.
663
# Users won't be able to login until they verify the email address.
664
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
665
+ ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION = True
666
667
ACCOUNT_AUTHENTICATION_METHOD = "username_email"
668
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 7
0 commit comments