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 10:58:52 +0300
commit28e1a9da6cd3bce3cc843727d54094db4969dd7b (patch)
tree4045ba2f95588bb2bed3338d16a0f23ff9b87f28 /config
parentc092b33466d16b6e2119973315b07546c9deb035 (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
+
);