changing ownership to another user
4 Jan
2002
4 Jan
'02
8:42 p.m.
Given manager role, how would I go about assigning the ownership of an object to another user (not me)? ---------- Keith J. Farmer kfarmer@thuban.org http://www.thuban.org
6 Jan
6 Jan
6:43 p.m.
New subject: [Zope] changing ownership to another user
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
8856
Age (days ago)
8858
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Keith J. Farmer