Status page 409 #4164
Unanswered
AlvaroEng98
asked this question in
Q&A
Status page 409
#4164
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when using verify email with code as true the request to http://127.0.0.1:8000/_allauth/app/v1/auth/email/verify returns me a 409 status
{
“status: 409
}
and this is my configuration
ACCOUNT_AUTHENTICATION_METHOD = “email” { “status”: 409
ACCOUNT_USERNAME_REQUIRED = False
ACCOUNT_EMAIL_REQUIRED = True
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False
ACCOUNT_LOGIN_BY_CODE_ENABLED = True
ACCOUNT_LOGIN_ON_PASSWORD_RESET = True
ACCOUNT_EMAIL_EMAIL_VERIFICATION_BY_CODE_ENABLED = True
ACCOUNT_EMAIL_VERIFICATION_BY_CODE_MAX_ATTEMPTS = 5
ACCOUNT_EMAIL_CONFIRMATION_ANONYMOUS_REDIRECT_URL = “verify_email” = True
ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION = False
ACCOUNT_EMAIL_VERIFICATION = “mandatory” = “mandatory”.
ACCOUNT_LOGIN_BY_CODE_ENABLED = False
ACCOUNT_EMAIL_VERIFICATION_BY_CODE_TIMEOUT = 60
Beta Was this translation helpful? Give feedback.
All reactions