Describe the issue / Steps to reproduce:
When I go to the User Manager the button “Edit groups” is grey. I cannot figure out how to add a new Group.
Expected behavior:
Clicking the Edit groups button should have let me see and administer the groups
What was the error message/error log?
N/A
Screenshots
N/A
System info:
Current BlueSpice Free version 5.1.3 (build: 20251023013543)
huaj1ng
November 21, 2025, 6:05pm
2
Hello RSDancey,
in BlueSpice 5 the User Manager is merged into the Permission Manager’s custom mode. According to its reference here , you can add the following line to your post-init-settings.php:
$GLOBALS['bsgOverridePermissionManagerAllowedPresets'] = [ 'public', 'protected', 'private', 'custom' ];
You can then find the custom mode on page Special:PermissionManager, creating/removing groups as you would like to.
Greetings,
Hua