30 Oct
2003
30 Oct
'03
6:06 p.m.
Alexis Roda wrote at 2003-10-30 09:35 +0100:
I'm working on a python product. My question is about finding wich permission protects a given method, in order to generate or not some links in the product's management interface.
"DocFinder" may help you. <http://www.dieter.handshake.de/pyprojects/zope> You will need Zope 2.6.2 or use "ZOPE_SECURITY_POLICY=PYTHON", in order that it can derive the permission name controlling access to a method. -- Dieter