In the /useradmin app, is there a way to specify that a user/group cannot delete a node like /content/dam/mysite but can delete the child nodes underneath it? | Community
Skip to main content
LinearGradient
Level 6
October 16, 2015
Solved

In the /useradmin app, is there a way to specify that a user/group cannot delete a node like /content/dam/mysite but can delete the child nodes underneath it?

  • October 16, 2015
  • 1 reply
  • 505 views

Hi,

JCR 2.0 supports a permission jcr:removeChildNodes that allows a user to, well, remove the child nodes of a given node.

Is there a way I can specify that a user cannot delete /content/dam/mysite, but can delete all the child nodes underneath it using the /useradmin app?

If not, is there any other built-in apps/UIs that can be used to specify this?

Thanks.

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 Yogesh_Upadhyay

You can do something like this

[img]delete_permission.png[/img]

Yogesh

1 reply

Yogesh_Upadhyay
Yogesh_UpadhyayAccepted solution
Level 6
October 16, 2015

You can do something like this

[img]delete_permission.png[/img]

Yogesh