We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
strategy.backend.setting('FORCE_EMAIL_VALIDATION', False)
The text was updated successfully, but these errors were encountered:
Include backend name in setting if backend is defined. Refs #95
275cdbf
@mikek, that change should get rid of the issue.
Thanks for the report!
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: