mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
update settings.py to use 'django.contrib.auth.backends.AllowAllUsersModelBackend' instead of 'django.contrib.auth.backends.ModelBackend'
This commit is contained in:
parent
184348e436
commit
3f122d5e03
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ MIDDLEWARE_CLASSES = (
|
|||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'oauth2_provider.backends.OAuth2Backend',
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
'django.contrib.auth.backends.AllowAllUsersModelBackend'
|
||||
)
|
||||
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
||||
|
|
Loading…
Add table
Reference in a new issue