Skip to content

Commit 266ea25

Browse files
authored
allauth: login after email confirmation (#11346)
Closes readthedocs/readthedocs-corporate#1791
1 parent 964926c commit 266ea25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/settings/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ def DOCKER_LIMITS(self):
662662
# Make email verification mandatory.
663663
# Users won't be able to login until they verify the email address.
664664
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
665+
ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION = True
665666

666667
ACCOUNT_AUTHENTICATION_METHOD = "username_email"
667668
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 7

0 commit comments

Comments
 (0)