Commit d75c1a0af7bfff031de5e4882ce618587909c479
1 parent
2acd35cd
Exists in
master
and in
39 other branches
Enabled RemoteUserMiddleware
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/settings.py
@@ -213,6 +213,7 @@ MIDDLEWARE_CLASSES = ( | @@ -213,6 +213,7 @@ MIDDLEWARE_CLASSES = ( | ||
213 | 'django_mobile.middleware.MobileDetectionMiddleware', | 213 | 'django_mobile.middleware.MobileDetectionMiddleware', |
214 | 'django_mobile.middleware.SetFlavourMiddleware', | 214 | 'django_mobile.middleware.SetFlavourMiddleware', |
215 | 'colab.tz.middleware.TimezoneMiddleware', | 215 | 'colab.tz.middleware.TimezoneMiddleware', |
216 | + 'colab.accounts.middleware.RemoteUserMiddleware', | ||
216 | ) | 217 | ) |
217 | 218 | ||
218 | # Add the django_browserid authentication backend. | 219 | # Add the django_browserid authentication backend. |