mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7059 - Fix default conf. param. value
This commit is contained in:
@@ -889,7 +889,7 @@ class Config
|
|||||||
'source_of_value' => '',
|
'source_of_value' => '',
|
||||||
'show_in_conf_sample' => false,
|
'show_in_conf_sample' => false,
|
||||||
],
|
],
|
||||||
'forgot_password.url' => [
|
'forgot_password.url' => [
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'description' => 'Set this value to your "forgot password" service URL if it should be handled out of '.ITOP_APPLICATION_SHORT.'. Note that it will apply to all users (iTop users, LDAP users, ...)',
|
'description' => 'Set this value to your "forgot password" service URL if it should be handled out of '.ITOP_APPLICATION_SHORT.'. Note that it will apply to all users (iTop users, LDAP users, ...)',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
@@ -1718,8 +1718,8 @@ class Config
|
|||||||
'application.secret' => [
|
'application.secret' => [
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'description' => 'Application secret, uses this value for encrypting the cookies used in the remember me functionality and for creating signed URIs when using ESI (Edge Side Includes).',
|
'description' => 'Application secret, uses this value for encrypting the cookies used in the remember me functionality and for creating signed URIs when using ESI (Edge Side Includes).',
|
||||||
'default' => true,
|
'default' => '',
|
||||||
'value' => true,
|
'value' => '',
|
||||||
'source_of_value' => '',
|
'source_of_value' => '',
|
||||||
'show_in_conf_sample' => false,
|
'show_in_conf_sample' => false,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user