Commit c3d84a6 1 parent 9b0e8c1 commit c3d84a6 Copy full SHA for c3d84a6
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
}
29
29
)
30
30
31
- # Allow logging in with both username+password and email+password
31
+
32
32
AUTHENTICATION_BACKENDS = [
33
33
"open_inwoner.accounts.backends.CustomAxesBackend" ,
34
34
"open_inwoner.accounts.backends.UserModelEmailBackend" ,
35
35
"open_inwoner.accounts.backends.Verify2FATokenBackend" ,
36
+ # Allow logging in with both username+password and email+password
36
37
"django.contrib.auth.backends.ModelBackend" ,
37
38
# mock login like dev.py
38
39
"digid_eherkenning.mock.backends.DigiDBackend" ,
39
40
"eherkenning.mock.backends.eHerkenningBackend" ,
40
- "open_inwoner.accounts.backends.DigiDEHerkenningOIDCBackend" ,
41
- "open_inwoner.accounts.backends.CustomOIDCBackend" ,
42
41
]
43
42
44
43
ELASTIC_APM ["DEBUG" ] = True
You can’t perform that action at this time.
0 commit comments