diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-06-06 11:30:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-06 11:30:08 -0500 |
commit | 72235064fb354f5ab9d07075170a164afc5be6fb (patch) | |
tree | 901a8cedef601a8acadc9baae7e651a9487a24b1 /config | |
parent | 4a3e118adde6968efe43bf3b0a32698e286964ae (diff) | |
parent | 28e1a9da6cd3bce3cc843727d54094db4969dd7b (diff) | |
download | nextcloud-server-72235064fb354f5ab9d07075170a164afc5be6fb.tar.gz nextcloud-server-72235064fb354f5ab9d07075170a164afc5be6fb.zip |
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.php | 5 |
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 + ); |