[Zope-CMF] How to make content created by a user?

marc lindahl marc@bowery.com
Fri, 31 Aug 2001 11:07:35 -0400


Programmatically?  Perhaps a python script... call each object with
something like:

object.manage_setLocalRoles(username, ['Owner'])

to set the local role...

> From: "Norman Khine" <khine@bmpublications.co.uk>
> Date: Fri, 31 Aug 2001 09:52:33 +0100
> To: "Zope-Cmf" <zope-cmf@zope.org>
> Subject: [Zope-CMF] How to make content created by a user?
> 
> Hi,
> I need to transfer content, that somehow has become created by an Anonymous
> User, to belong to a Member. Is there a quick way to do this.
> 
> Regards
> 
> Norman
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
> 
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
> requests