[Zope] changing ownership to another user

Dieter Maurer dieter@handshake.de
Sun, 6 Jan 2002 19:43:02 +0100


Keith J. Farmer writes:
 > Given manager role, how would I go about assigning the ownership of an
 > object to another user (not me)?
Look at "AccessControl.Owned.Owned.changeOwnership".

This method is private. "Manager" permissions are not sufficient
to call it. You need an External Method or FS base product.

Moreover, you may also need to change the local role "Owner".


Dieter