N°5841 - Non-admin managing User can't see Administrator by default (#383)

This commit is contained in:
Vincent Dumas
2023-01-03 14:08:28 +01:00
committed by GitHub
parent 1afa3e2003
commit 259eb60f97

View File

@@ -1545,11 +1545,11 @@ class Config
'show_in_conf_sample' => false,
],
'security.hide_administrators' => [
'type' => 'bool',
'description' => 'If true, non-administrator users will not be able to see the administrator accounts, the Administrator profile and the links between the administrator accounts and their profiles.',
'default' => false,
'value' => false,
'source_of_value' => '',
'type' => 'bool',
'description' => 'If true, non-administrator users will not be able to see the administrator accounts, the Administrator profile and the links between the administrator accounts and their profiles.',
'default' => true,
'value' => true,
'source_of_value' => '',
'show_in_conf_sample' => false,
],
'behind_reverse_proxy' => [