From: Emilie Date: Tue, 5 Dec 2017 15:25:19 +0000 (+0100) Subject: [settings] : update guardian settings X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9d50abb5a08b2976760049a368a222b9621b28cd;p=mezzo.git [settings] : update guardian settings --- diff --git a/app/settings.py b/app/settings.py index 4126d557..6bcedca9 100644 --- a/app/settings.py +++ b/app/settings.py @@ -624,6 +624,13 @@ if DEBUG : # 3 - Activate LDAP Backend # Please see AUTHENTICATION_BACKENDS +################## +#### GUARDIAN #### +################## + +ANONYMOUS_USER_NAME = None +LOGIN_REDIRECT_URL = reverse_lazy('organization-network-person-detail') + ################## # LOCAL SETTINGS # ##################