Skip to content

Commit 956b139

Browse files
committed
[feature] Added openwisp_users.backends.UsersAuthenticationBackend
1 parent 0f68c43 commit 956b139

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

images/common/openwisp/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
'django.middleware.clickjacking.XFrameOptionsMiddleware',
8383
]
8484

85+
AUTHENTICATION_BACKENDS = [
86+
'openwisp_users.backends.UsersAuthenticationBackend',
87+
]
88+
8589
TEMPLATES = [
8690
{
8791
'BACKEND': 'django.template.backends.django.DjangoTemplates',

0 commit comments

Comments
 (0)