Group Admin creating user group

Hi,

I’m on xibo docker.

By default the Group admin is unable to create new user group?

If so, I’ve changed the twig file. But I’m receiving access denied when creating a new group using group admin.

Kindly advise. Thanks Alex.

Only Super admin can create user group, it’s a check here https://github.com/xibosignage/xibo-cms/blob/release18/lib/Controller/UserGroup.php#L252

The idea being that super admin creates user group, assign a group admin to the group, from that point group admin can manage that group.