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

disable local accounts

parent 90505bf9
Branches
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# django-allauth settings
HEADLESS_ONLY = True
SOCIALACCOUNT_ONLY = True
SOCIALACCOUNT_PROVIDERS = {}
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