I am trying to manage the users of my umbraco blog and I would like to only allow writers to update/delete their own posts and not all of them, Is there any clever way of doing this other than manually picking permissions for each post for each author?
User permissions?
Hello,
I am trying to manage the users of my umbraco blog and I would like to only allow writers to update/delete their own posts and not all of them, Is there any clever way of doing this other than manually picking permissions for each post for each author?
Thanks.
You could try to cancel the save event if the current logged in user is not the creator of the document.
Jeroen
Could you guide me through this one? It's my first Umbraco project :)
This info might help:
http://our.umbraco.org/wiki/reference/api-cheatsheet/using-applicationbase-to-register-events/overview-of-all-events
http://our.umbraco.org/documentation/Reference/Events/application-startup
http://our.umbraco.org/wiki/reference/api-cheatsheet/using-applicationbase-to-register-events/event-examples
Jeroen
is working on a reply...