From 259eb60f975f1aa7375e61b548f0243833546aa5 Mon Sep 17 00:00:00 2001 From: Vincent Dumas <42336698+v-dumas@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:08:28 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05841=20-=20Non-admin=20managing=20User?= =?UTF-8?q?=20can't=20see=20Administrator=20by=20default=20(#383)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 915aed349..42a1a5088 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -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' => [