We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 212e8e0 + 98e5bf8 commit ba4e7bcCopy full SHA for ba4e7bc
src/open_inwoner/conf/test.py
@@ -10,15 +10,5 @@
10
11
from .production import * # noqa isort:skip
12
13
-# Allow logging in with both username+password and email+password
14
-AUTHENTICATION_BACKENDS = [
15
- "open_inwoner.accounts.backends.CustomAxesBackend",
16
- "open_inwoner.accounts.backends.UserModelEmailBackend",
17
- "django.contrib.auth.backends.ModelBackend",
18
- "digid_eherkenning.mock.backends.DigiDBackend",
19
- "eherkenning.mock.backends.eHerkenningBackend",
20
- "open_inwoner.accounts.backends.CustomOIDCBackend",
21
-]
22
-
23
CSP_REPORTS_SAVE = True
24
PLAYWRIGHT_MULTI_ONLY_DEFAULT = False
0 commit comments