Limit webmaster rights

Hello,

We want to deny the webmaster and editor the right to delete/rename only some documents (they are required for a page to display some information). How can we create this custom privilege type?

Regards,
Cornelia

delete/rename is part of the hippo:author/editor role so there is no explicit role for it. You’d have to retract delete/rename from author/editor role and come up with a new role and find a way to exclude this role for certain documents and fork the workflow scxml. All in all not very sustainable solution and requires forking scxml.

In version 14 we have made all security domain config easier, but your requirement still would require quite some custom work

Regards Ard

Thank you for the quick answer.