[Zope] what permissions are required for [un]restrictedTraverse?

Martijn Pieters mj@digicool.com
Fri, 14 Jul 2000 12:22:23 +0200


On Thu, Jul 13, 2000 at 04:51:41PM -0700, Jason Byron wrote:
> what permissions are required for
> [un]restrictedTraverse?
> 
> I recently added the call to 'restrictedTraverse()'
> in a method and I can't get permission to use
> it except when I'm logged in as superuser.  I need 
> to be able to let other users use this method.  How 
> do I do that?

These methods have explicit settings to deny all access through the web or
through DTML methods. Use an External Method instead.

-- 
Martijn Pieters
| Software Engineer            mailto:mj@digicool.com
| Digital Creations          http://www.digicool.com/
| Creators of Zope               http://www.zope.org/
| ZopeStudio: http://www.zope.org/Products/ZopeStudio
-----------------------------------------------------