locking down “normal” user rights after crating a custom content type object (dexterity on filesystem)
11 views
Skip to first unread message
binderup
unread,
Jul 9, 2012, 8:21:59 AM7/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plone...@googlegroups.com
I have a site where I have a custom workflow (setting the status to published on creation) and a custom dexterity content type defined. Creating new items works like it should, but I still have some issues when it comes to setting security.
In the product I have created on the filesystem I have set the permissions so that only managers, editors and reviewers are able. This parts works as intended
I would then like to be able to prevent the normal user/member from gaining access to @@sharing and actions after the item is published.
I have not found a way to go about this other than going to zmi -> security and then set specific rights for the sharing bit.
Is it not possible to set these rights in my product and only in relation to the custom item I have created?