Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

Commit

Permalink
Enable SessionAuthenticationMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jul 27, 2016
1 parent e77e5b6 commit 01ae2dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangopeople/settings.py
Expand Up @@ -95,6 +95,7 @@ def gettext(s):
'djangopeople.django_openidconsumer.middleware.OpenIDMiddleware',
'django.contrib.admindocs.middleware.XViewMiddleware',
'djangopeople.djangopeople.middleware.NoDoubleSlashes',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
)

ROOT_URLCONF = 'djangopeople.urls'
Expand Down

0 comments on commit 01ae2dd

Please sign in to comment.