[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:32 UTC 2010


The following commit has been merged in the master branch:
commit 748c05d93c38250458ab877eb9bb9d222cedacd0
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 28 16:00:25 2010 -0400

    Require login for all pages except ones we opt out of.s
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/defaults/middleware.py b/config/settings/defaults/middleware.py
index f3b5afa..175ab25 100644
--- a/config/settings/defaults/middleware.py
+++ b/config/settings/defaults/middleware.py
@@ -2,4 +2,6 @@ MIDDLEWARE_CLASSES = (
     'django.middleware.common.CommonMiddleware',
     'django.contrib.sessions.middleware.SessionMiddleware',
     'django.contrib.auth.middleware.AuthenticationMiddleware',
+
+    'live_studio_www.auth.middleware.RequireLoginMiddleware',
 )

-- 
live-studio



More information about the debian-live-changes mailing list