Documentation points to SOCIAL_AUTH_BACKEND_FORCE_EMAIL_VALIDATION style setting, which seems to be ignored at email_validation.
Extending the condition with something like strategy.backend.setting('FORCE_EMAIL_VALIDATION', False) fixes this issue for me.
Documentation points to SOCIAL_AUTH_BACKEND_FORCE_EMAIL_VALIDATION style setting, which seems to be ignored at email_validation.
Extending the condition with something like
strategy.backend.setting('FORCE_EMAIL_VALIDATION', False)fixes this issue for me.