Expand my Community achievements bar.

SOLVED

Add permissions so user can add/remove components from pages

Avatar

Level 1

I'm struggling to update a group/users permissions so they can add/delete components on a page. I do not want to give them admin level access. What ACE do I need to add to a group's permissions so they can do this? 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

what do you mean with "admin level access"? 

 

I would first start with the official documentation, which explains the security concept quite well: https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security.html?l...

 

And to your question: Do you want the users also to create/modify/delete pages or just components within it?

 

 

 

View solution in original post

3 Replies

Avatar

Community Advisor

if you provide edit level permission on your /content/your-project/ path, user will be able to add component on the path.

Same thing is applicable for experience-fragment and content fragment also. 

content-fragment resides on /content/dam/...

 

Hops this helps

Umesh Thakur

Avatar

Community Advisor

I would use repo-init to programically create user groups with the right permission to each folder structure that is granted with permissions to CRUD. Apache Sling :: Repository Initialization (repoinit)

Avatar

Correct answer by
Employee Advisor

what do you mean with "admin level access"? 

 

I would first start with the official documentation, which explains the security concept quite well: https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security.html?l...

 

And to your question: Do you want the users also to create/modify/delete pages or just components within it?