Re: [Zope] changing permissions in python

2008-10-14 Thread Dieter Maurer
Garry Saddington wrote at 2008-10-13 08:07 +0100: I have been searching everywhere for the correct syntax to use to change permissions on a dtml method from a python script. I know it could be using manage_changePermissions() but exactly how can I call it on any method. Do not use

[Zope] changing permissions in python

2008-10-13 Thread Garry Saddington
I have been searching everywhere for the correct syntax to use to change permissions on a dtml method from a python script. I know it could be using manage_changePermissions() but exactly how can I call it on any method. Regards Garry ___ Zope maillist

Re: [Zope] changing permissions in python

2008-10-13 Thread Andreas Jung
On 13.10.2008 3:07 Uhr, Garry Saddington wrote: I have been searching everywhere for the correct syntax to use to change permissions on a dtml method from a python script. I know it could be using manage_changePermissions() but exactly how can I call it on any method. You know that security