From df567fb9fec0192de4d0e871afeb5d490594905f Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Tue, 9 Dec 2025 18:24:44 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index c521dd07b..99d38a1ed 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -214,7 +214,7 @@ class Config 'allowed_login_types' => [ 'type' => 'string', 'description' => 'List of login types allowed (separated by | ): form, external, basic, token', - 'default' => '', + 'default' => DEFAULT_ALLOWED_LOGIN_TYPES, 'value' => '', 'source_of_value' => '', 'show_in_conf_sample' => true,