diff --git a/src/open_inwoner/conf/test.py b/src/open_inwoner/conf/test.py index 56a39ce15b..1da205d479 100644 --- a/src/open_inwoner/conf/test.py +++ b/src/open_inwoner/conf/test.py @@ -10,15 +10,5 @@ from .production import * # noqa isort:skip -# Allow logging in with both username+password and email+password -AUTHENTICATION_BACKENDS = [ - "open_inwoner.accounts.backends.CustomAxesBackend", - "open_inwoner.accounts.backends.UserModelEmailBackend", - "django.contrib.auth.backends.ModelBackend", - "digid_eherkenning.mock.backends.DigiDBackend", - "eherkenning.mock.backends.eHerkenningBackend", - "open_inwoner.accounts.backends.CustomOIDCBackend", -] - CSP_REPORTS_SAVE = True PLAYWRIGHT_MULTI_ONLY_DEFAULT = False