mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Have to revert 3f122d5e03
because this broke existing sessions (logged me out) because the model has changed and the serialized model stored in redis no longer matches. Whew, this took a while to figure out.
This commit is contained in:
parent
6a893995bd
commit
9fba549ac3
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.AllowAllUsersModelBackend'
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
)
|
||||
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
||||
|
|
Loading…
Add table
Reference in a new issue