limit access rights to nodeowner

Lorenz Lammersdorf asked on October 3, 2017 12:00

hi guys,

is there a way to give a specific right, e. g. "modify", to the node owner only? of course one can set the access rights for every single page accordingly, but that's not really reasonable.

thanks! lorenz

Recent Answers


David te Kloese answered on October 3, 2017 13:30

Hi,

I'm not aware of anything out of the box. You could create a global event handler that will update the security settings after you create a new page adding the current user.

Some details/samples: https://docs.kentico.com/k10/custom-development/handling-global-events

3 votesVote for this answer Mark as a Correct answer

Rui Wang answered on October 3, 2017 20:23

I think first you have to make sure all "editors" don't have modify permission to all pages by default, so your case of the owner be the only one can modify would make sense.

Then you can do what David suggested, using event handler upon creation of the page, set the modify permission for the node owner.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.