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

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


The following commit has been merged in the master branch:
commit 323d7fa000af6f0998b6e9695ebc017a5758e054
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 19:13:46 2010 -0400

    Allow access to /accounts/ if you are logged out.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio/auth/middleware.py b/live_studio/auth/middleware.py
index bbab2c9..9799903 100644
--- a/live_studio/auth/middleware.py
+++ b/live_studio/auth/middleware.py
@@ -5,6 +5,7 @@ class RequireLoginMiddleware(object):
     ALLOW = (
         '/admin/',
         '/media/',
+        '/accounts/',
         '/__debug__/',
         '/favicon.ico',
     )

-- 
live-studio



More information about the debian-live-changes mailing list