Minimal ACL rights to allow user with a custom group creating a new groups | Community
Skip to main content
New Participant
August 3, 2020
Solved

Minimal ACL rights to allow user with a custom group creating a new groups

  • August 3, 2020
  • 1 reply
  • 712 views

Hi Team, 

do you know what are the minimal paths to set the ACL rights (path + right type [read, modify, create etc.]) to allow a customised group creating a new groups ? This is controlled only by ACL rights or need also somewhere to put a group name to a bundle configuration to allow creating a new groups? I know that the user-administrator group have the rights but I suppose this group enables much more than only creating a new groups - which should not be granted. 

 

Thank you,

Waldemar 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

do you want to create group from UI or backend.

If you are creating group from backend then user-administrators group is required. 

But for UI,

you need read, edit, write acl at /home/group/<your path> to create group

read access to /libs/, /home/ etc.

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
August 3, 2020

do you want to create group from UI or backend.

If you are creating group from backend then user-administrators group is required. 

But for UI,

you need read, edit, write acl at /home/group/<your path> to create group

read access to /libs/, /home/ etc.

Arun Patidar