From ef68972aa22f6aeb5f78f3192b0491fd86211ce7 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 3 Dec 2018 11:54:42 +0100 Subject: [PATCH] move 'allow multiple user back-end' settings to general Signed-off-by: Bjoern Schiessle --- lib/Settings/Admin.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php index 17325db..dc72fa1 100644 --- a/lib/Settings/Admin.php +++ b/lib/Settings/Admin.php @@ -97,6 +97,12 @@ class Admin implements ISettings { 'text' => $this->l10n->t('Only allow authentication if an account exists on some other backend. (e.g. LDAP)'), 'type' => 'checkbox', 'global' => true, + ], + 'allow_multiple_user_back_ends' => [ + 'text' => $this->l10n->t('Allow the use of multiple user back-ends (e.g. LDAP)'), + 'type' => 'checkbox', + 'hideForEnv' => false, + 'global' => true, ] ]; $attributeMappingSettings = [ @@ -140,12 +146,7 @@ class Admin implements ISettings { 'type' => 'line', 'required' => false, ]; - $generalSettings['allow_multiple_user_back_ends'] = [ - 'text' => $this->l10n->t('Allow the use of multiple user back-ends (e.g. LDAP)'), - 'type' => 'checkbox', - 'hideForEnv' => true, - 'global' => true, - ]; + } $params = [