Topic on Extension talk:PermissionManager

How to define new roles?

2
212.184.19.122 (talkcontribs)

In my wiki, I am using extensions that bring their own permissions and I need to create roles or have direct access to set these permissions for groups. In fact, my previous configuration from BlueSpice 2 broke to some extent when updating.


How and where can I definde my own roles or set individual permissions?

212.184.19.122 (talkcontribs)

Found the answer myself here:

sourceforge.net/p/bluespice/bugs/468/

Add the following Code to your LocalSettings.php to create a new role which you can then give to the desired user group(s):

$bsgPermissionConfig['yourpermission'] = array( 'type' => 'global', "roles" => [ 'role name for your permission' ] );

Reply to "How to define new roles?"