From 71f8a55e4866cf59422c7f9072844fff197b4e7d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 5 Feb 2015 17:00:20 +0100 Subject: [PATCH] =?UTF-8?q?config.py:=20active=20l'idp=20SAML=202=20qui=20?= =?UTF-8?q?semble=20d=C3=A9sactiv=C3=A9=20dans=20la=20version=202.1.11=20d?= =?UTF-8?q?'authentic2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 8e5e21d..ae0527b 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,6 @@ import os +A2_IDP_SAML2_ENABLE = True A2_PROFILE_CAN_CHANGE_EMAIL = False A2_PROFILE_CAN_EDIT_PROFILE = False A2_CAN_RESET_PASSWORD = False