user's verification does not turn True in admin when I received an verification email and click the link but

17 views
Skip to first unread message

Jun Tanaka

unread,
Dec 2, 2022, 4:43:57 AM12/2/22
to django-allauth
settings.py

ACCOUNT_AUTHENTICATION_METHOD = 'email' 
ACCOUNT_USERNAME_REQUIRED = True 
ACCOUNT_EMAIL_REQUIRED = True 
LOGIN_REDIRECT_URL = 'xxx:index' 
ACCOUNT_LOGOUT_REDIRECT_URL = 'account_login' 
ACCOUNT_LOGOUT_ON_GET = True ACCOUNT_EMAIL_SUBJECT_PREFIX = '' ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https' 
ACCOUNT_UNIQUE_EMAIL = True 
DEFAULT_FROM_EMAIL = 'ho...@gmail.com
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' 
 ACCOUNT_EMAIL_VERIFICATION = "mandatory"

I received an verification email and click the link but user's verification never turn True in admin. What should I do?

Python 3.7.9 Django 2.2.17 django-allauth 0.44.0

I would appriciate if naeone can help me.

Jun 
Reply all
Reply to author
Forward
0 new messages