21 Jan
2003
21 Jan
'03
10:22 p.m.
Please use a subject! michael.taƱag wrote at 2003-1-20 19:07 -0800:
where can I read about the description about the persmissions in zope (access transient data, access contents information, ...) Permissions usually have names expressing their purpose...
When you want to learn with permissions are necessary to call specific functions, you can look at the source. Alternatively, you can use "DocFinder" <http://www.dieter.handshake.de/pyprojects/zope> You must set "ZOPE_SECURITY_POLICY=PYTHON" (in the environment or as argument to the start script) that "DocFinder" can provide information about permissions. Dieter