mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
N°8786 - configuration: allow conditions on the allowed_login_types field
This commit is contained in:
@@ -211,6 +211,14 @@ class Config
|
|||||||
'source_of_value' => '',
|
'source_of_value' => '',
|
||||||
'show_in_conf_sample' => true,
|
'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' => [
|
'app_icon_url' => [
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'description' => 'Hyperlink to redirect the user when clicking on the application icon (in the main window, or login/logoff pages)',
|
'description' => 'Hyperlink to redirect the user when clicking on the application icon (in the main window, or login/logoff pages)',
|
||||||
|
|||||||
Reference in New Issue
Block a user