Skip to content

Commit c3d84a6

Browse files
committed
Use only the digid/eherkenning mocks in CI
1 parent 9b0e8c1 commit c3d84a6

File tree

1 file changed

+2
-3
lines changed
  • src/open_inwoner/conf

1 file changed

+2
-3
lines changed

src/open_inwoner/conf/ci.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@
2828
}
2929
)
3030

31-
# Allow logging in with both username+password and email+password
31+
3232
AUTHENTICATION_BACKENDS = [
3333
"open_inwoner.accounts.backends.CustomAxesBackend",
3434
"open_inwoner.accounts.backends.UserModelEmailBackend",
3535
"open_inwoner.accounts.backends.Verify2FATokenBackend",
36+
# Allow logging in with both username+password and email+password
3637
"django.contrib.auth.backends.ModelBackend",
3738
# mock login like dev.py
3839
"digid_eherkenning.mock.backends.DigiDBackend",
3940
"eherkenning.mock.backends.eHerkenningBackend",
40-
"open_inwoner.accounts.backends.DigiDEHerkenningOIDCBackend",
41-
"open_inwoner.accounts.backends.CustomOIDCBackend",
4241
]
4342

4443
ELASTIC_APM["DEBUG"] = True

0 commit comments

Comments
 (0)