Wezzul.com - It's the Dinglez

Manage Permissions on Plone Form - Wezzul.com

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.

Current Music: RZA - The Birth

Posted on Tuesday, January 30, 4:15pm in Tech by wezzul
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, Tuesday, February 05, 9:15am
Username:

URL:

Comment: