[Zope] how to prevent URL access to an external method?
Lennart Regebro
regebro at gmail.com
Tue Apr 28 14:12:20 EDT 2009
On Tue, Apr 28, 2009 at 18:25, Pedro LaWrench <pedrolawrench at yahoo.com> wrote:
>
> What would you change on the security tab? I still want my authenticated users to have access to the method as a call to it is made from unrestricted space (such as a page template)
A page template is restricted. If it really was unrestricted it would
be called from Python code on the hard disk, and then you wouldn't
need the external method.
> I just don't want them to call the method directly.
So Tres method is the simplest one that does just this.
--
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
More information about the Zope
mailing list