From 258f99eb82f44c53d4af3d9665415f5469360fb4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 29 Nov 2013 22:54:51 +0100 Subject: [PATCH] set default login error url --- nsupdate/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate/settings.py b/nsupdate/settings.py index 3ad6f3d..4ddbbb8 100644 --- a/nsupdate/settings.py +++ b/nsupdate/settings.py @@ -279,7 +279,7 @@ SOCIAL_AUTH_LOGIN_REDIRECT_URL = '/' # Used to redirect the user once the auth process ended successfully. # The value of ?next=/foo is used if it was present -#SOCIAL_AUTH_LOGIN_ERROR_URL = '/login-error/' +SOCIAL_AUTH_LOGIN_ERROR_URL = '/accounts/login/' # URL where the user will be redirected in case of an error SOCIAL_AUTH_LOGIN_URL = '/accounts/login/'