The SESP parameter "_USERGROUP" which adds a property to user pages with the users assigned groups .. works well for built-in mw groups, however, I can not seem to get it to work for custom groups. For example, I add:
$wgGroupPermissions['team-A']['read'] = true;
to my LocalSettings.php and the group exists in the Modify User Rights spacial page
I add the user to the group "team-A" and that works well.
SESP however does not pick up on this.
Am I missing a step?
Can someone confirm this.