Commit d75c1a0af7bfff031de5e4882ce618587909c479

Authored by Sergio Oliveira
1 parent 2acd35cd

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 213 'django_mobile.middleware.MobileDetectionMiddleware',
214 214 'django_mobile.middleware.SetFlavourMiddleware',
215 215 'colab.tz.middleware.TimezoneMiddleware',
  216 + 'colab.accounts.middleware.RemoteUserMiddleware',
216 217 )
217 218  
218 219 # Add the django_browserid authentication backend.
... ...