diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-06-06 09:57:30 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-06-06 09:58:52 +0200 |
commit | 28e1a9da6cd3bce3cc843727d54094db4969dd7b (patch) | |
tree | 4045ba2f95588bb2bed3338d16a0f23ff9b87f28 /config | |
parent | c092b33466d16b6e2119973315b07546c9deb035 (diff) | |
download | nextcloud-server-28e1a9da6cd3bce3cc843727d54094db4969dd7b.tar.gz nextcloud-server-28e1a9da6cd3bce3cc843727d54094db4969dd7b.zip |
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.php | 5 |
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 + ); |