From: Magnus Hagander Date: Sun, 20 Jan 2013 09:42:30 +0000 (+0100) Subject: Wrong namespace for the authentication backend X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=9a164f0e0dcebf32077bbcfc148be76f9edee362;p=pgmailmgr.git Wrong namespace for the authentication backend --- diff --git a/pgmailmgr/settings.py b/pgmailmgr/settings.py index 9e1edf8..8e2a129 100644 --- a/pgmailmgr/settings.py +++ b/pgmailmgr/settings.py @@ -147,7 +147,7 @@ LOGGING = { } AUTHENTICATION_BACKENDS = ( - 'util.auth.AuthBackend', + 'auth.AuthBackend', ) SESSION_COOKIE_SECURE= True