From 9a164f0e0dcebf32077bbcfc148be76f9edee362 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 20 Jan 2013 10:42:30 +0100 Subject: [PATCH] Wrong namespace for the authentication backend --- pgmailmgr/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5