[Zope-dev] Security Confusion :-S

2000-10-23 Thread Chris Withers
If anyone can help me with this, it'd give me more faith in the new security model :-S Right, I have a Python Product Class (lots of bits left out ;-): class MyProduct(OFS.SimpleItem.SimpleItem): """... """ __ac_permissions__=( ('Use MyProduct' ,

Re: [Zope-dev] Security Confusion :-S

2000-10-23 Thread Toby Dickenson
On Mon, 23 Oct 2000 15:59:24 +0100, Chris Withers [EMAIL PROTECTED] wrote: (untested hints to follow) class MyProduct(OFS.SimpleItem.SimpleItem): """... """ __ac_permissions__=( ('Use MyProduct' ,('a_method',),('Manager',)), )