Query regarding User Groups Permissions | Community
Skip to main content
Level 3
November 10, 2015
Solved

Query regarding User Groups Permissions

  • November 10, 2015
  • 3 replies
  • 820 views

We are looking to create a new user group, should have only read access to all the sites (/content/*) and that group should also have the permission to annotate on page. Can we achieve this with out edit permission? 

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 Sham_HC

Without edit permission not able to annotate.

3 replies

Sham_HC
Sham_HCAccepted solution
Level 10
November 10, 2015

Without edit permission not able to annotate.

Lokesh_Shivalingaiah
Level 10
November 10, 2015

ACLs are not based on the functionality, rather its based on the jcr operations. So you can control only at CRUD operations of the jcr nodes. So in your case for annotating on the page, you need to do write operation on jcr and hence you would need to have 'modify' enabled on the site.

Level 3
November 10, 2015

Thank you , just want to clarify, if there is any possibility or workaround