Table of Contents
groupmgr Plugin
Download and Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Syntax and Usage
Syntax:
~~GROUPMGR|[groups to manage]|[allowed users and groups]~~
Examples:
~~GROUPMGR|posters|@moderators~~
Members of group 'posters' can be managed by group 'moderators'
~~GROUPMGR|groupa, groupb|joe, @admin~~
Members of groups 'groupa' and 'groupb' can be managed by user 'joe' members of the 'admin' group
Note: superuser groups can only be managed by super users, forbidden groups can be configured, and users cannot remove themselves from the group that lets them access the group manager (including admins).
Note: if require_conf_namespace
config option is set, then plugin looks in conf_namespace:$ID
for configuration. Plugin will also check config namespace if a placeholder tag is used (~~GROUPMGR~~
). This is the default configuration for security reasons.