Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-06-06 10:57:30 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-06-06 11:12:26 +0300
commitde809b4ac789fc1f72a26bf097c5f019127be3c6 (patch)
treedad256b8d0d6df03c337375544e621a71ae1d8e3 /config
parent7ff205cf942a9a607d107e0db4e02656ae1e8a43 (diff)
allow admin to disable groups on personal page
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 27499825c64..3ea898406d7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1541,4 +1541,9 @@ $CONFIG = array(
*/
'gs.federation' => 'internal',
+/**
+ * show group membership on the personal page
+ */
+'settings.personal.showGroupMembership' => true
+
);