Skip to content
Snippets Groups Projects
Commit f9860201 authored by Frank Lange's avatar Frank Lange
Browse files

disable email verification

parent 54038dfb
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' ...@@ -143,6 +143,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# django-allauth settings # django-allauth settings
HEADLESS_ONLY = True HEADLESS_ONLY = True
SOCIALACCOUNT_ONLY = True SOCIALACCOUNT_ONLY = True
ACCOUNT_EMAIL_VERIFICATION = "none" # required by SOCIALACCOUNT_ONLY = True
SOCIALACCOUNT_PROVIDERS = {} SOCIALACCOUNT_PROVIDERS = {}
IAM4NFDI_CLIENT_ID = os.environ.get("IAM4NFDI_CLIENT_ID", None) IAM4NFDI_CLIENT_ID = os.environ.get("IAM4NFDI_CLIENT_ID", None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment