Expand my Community achievements bar.

SOLVED

Query regarding User Groups Permissions

Avatar

Level 3

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? 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Without edit permission not able to annotate.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Without edit permission not able to annotate.

Avatar

Level 10

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.

Avatar

Level 3

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