Wezzul.com
mobimg mobimg mobimg mobimg mobimg

Manage Permissions on Plone Form

Over the past year and some months, I have learned more than I ever wanted to know about Zope and Plone. The problem with those pieces of software is the lack of really good information for filesystem development there is out there. Hence the reason I am posting this here, so I can remember it.

To change the permissions on a filesystem file, in it's associated metadata file, add the following:

[security]
View=0:Authenticated,Manager


That will make it so that only Authenticated users and Managers can view the object. You can set this for any permissions that are available on the object. The 0 is the setting for acquisition. As expected, set this to 1 to turn acquisition on.
1 Comments in reply to "Manage Permissions on Plone Form"
what happens for me is that it pops up the HTTP auth dialog, and when I log in, it declares that I don't have sufficient privileges to view anything, even though my user has the manager role :/
Posted by Reinis at Tue, 05 Feb 2008 09:15:39 -0600
Comments disabled until I fix the stupid spam issue.