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:
authorMorris Jobke <hey@morrisjobke.de>2017-06-06 19:30:08 +0300
committerGitHub <noreply@github.com>2017-06-06 19:30:08 +0300
commit72235064fb354f5ab9d07075170a164afc5be6fb (patch)
tree901a8cedef601a8acadc9baae7e651a9487a24b1 /config
parent4a3e118adde6968efe43bf3b0a32698e286964ae (diff)
parent28e1a9da6cd3bce3cc843727d54094db4969dd7b (diff)
Merge pull request #5259 from nextcloud/disable-groups-on-personal-page
allow admin to disable groups on personal page
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 9cff1a4b876..60c184306d4 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1548,4 +1548,9 @@ $CONFIG = array(
*/
'gs.federation' => 'internal',
+/**
+ * show group membership on the personal page
+ */
+'settings.personal.showGroupMembership' => true
+
);