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?
Solved! Go to Solution.
Views
Replies
Total Likes
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?
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
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)
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?
Views
Likes
Replies