[Zope] Permissions in Zope Product
Dieter Maurer
dieter@handshake.de
Mon, 5 Aug 2002 19:12:26 +0200
Bo M. Maryniuck writes:
> I would like to temporarily create and delete different objects in Zope
> Product, using "manage_add..." methods of several objects, such as DB
> connections, ZSQLMethod, DTMLDocument etc. But my ZP works only with
> permissions of the manager. I would like to allow it for whole world, not
> even for authorized users. What I should add into the class to avoid leak of
> permissions?
Please read the "Security" chapter of the Zope Developer Guide.
Dieter