Move cache_toolbox from common to openedx/core.
This commit is contained in:
@@ -347,7 +347,7 @@ MIDDLEWARE_CLASSES = (
|
||||
'method_override.middleware.MethodOverrideMiddleware',
|
||||
|
||||
# Instead of AuthenticationMiddleware, we use a cache-backed version
|
||||
'cache_toolbox.middleware.CacheBackedAuthenticationMiddleware',
|
||||
'openedx.core.djangoapps.cache_toolbox.middleware.CacheBackedAuthenticationMiddleware',
|
||||
# Enable SessionAuthenticationMiddleware in order to invalidate
|
||||
# user sessions after a password change.
|
||||
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
|
||||
|
||||
Reference in New Issue
Block a user