From aa27b3601b08b1c0b22e1cf7f26c3402c8eaeda1 Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Mon, 8 Dec 2025 16:47:30 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08786=20-=20configuration:=20allow=20cond?= =?UTF-8?q?itions=20on=20the=20allowed=5Flogin=5Ftypes=20field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 079ae5385..c521dd07b 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -211,6 +211,14 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => true, ], + 'allowed_login_types' => [ + 'type' => 'string', + 'description' => 'List of login types allowed (separated by | ): form, external, basic, token', + 'default' => '', + 'value' => '', + 'source_of_value' => '', + 'show_in_conf_sample' => true, + ], 'app_icon_url' => [ 'type' => 'string', 'description' => 'Hyperlink to redirect the user when clicking on the application icon (in the main window, or login/logoff pages)',