diff --git a/backend/server/main/settings.py b/backend/server/main/settings.py index bc1a381..6721137 100644 --- a/backend/server/main/settings.py +++ b/backend/server/main/settings.py @@ -237,8 +237,8 @@ HEADLESS_FRONTEND_URLS = { } AUTHENTICATION_BACKENDS = [ - 'allauth.account.auth_backends.AuthenticationBackend', 'users.backends.NoPasswordAuthBackend', + 'allauth.account.auth_backends.AuthenticationBackend', 'django.contrib.auth.backends.ModelBackend', ]