Helix Swarm Guide (2019.3)

Groups configuration

By default, Swarm allows all users to see the list of user groups under the 'Groups' tab in the top bar. Users can view the members of a group, as well as their activities.

Tip

If you make a configuration change, Swarm will not use it until the Swarm config cache has been deleted. For instructions on deleting the config cache, see Swarm config cache file delete.

You configure the visibility of this tab with the groups configuration block in the SWARM_ROOT/data/config.php file, as in the following example:

<?php
// this block should be a peer of 'p4'
'groups' => array(
'super_only' => true,
),

Setting the super_only option to true hides the groups tab from non-admin users.