N°8786 - configuration: allow conditions on the allowed_login_types field

This commit is contained in:
Anne-Cath
2025-12-09 18:24:44 +01:00
parent 028767768c
commit df567fb9fe

View File

@@ -214,7 +214,7 @@ class Config
'allowed_login_types' => [ 'allowed_login_types' => [
'type' => 'string', 'type' => 'string',
'description' => 'List of login types allowed (separated by | ): form, external, basic, token', 'description' => 'List of login types allowed (separated by | ): form, external, basic, token',
'default' => '', 'default' => DEFAULT_ALLOWED_LOGIN_TYPES,
'value' => '', 'value' => '',
'source_of_value' => '', 'source_of_value' => '',
'show_in_conf_sample' => true, 'show_in_conf_sample' => true,