Re: Migration of standard Plone members to
my custom member types
from
Rob Miller
on Jan 12, 2007 01:29 PM
Robert Marianski wrote:
> On Friday 12 January 2007 05:23, Tim Hicks wrote:
>> Hi,
>>
>> Can anybody provide me with pointers as to how to go about migrating the
>> members of an existing portal to my new custom (re)member type? Is
>> there code that handles this for me? If so, how does it get called?
>>
>> Thanks,
>>
>> Tim
>
> You can find some migration help here:
> http://svn.plone.org/svn/collective/contentmigration/branches/rossp-extensions
actually, this work has been merged back into the contentmigration trunk.
contentmigration provides some useful tools for performing migrations of many
types, any may indeed prove useful for implementing the default Plone ->
remember migration. it may also be useful to take a look at the migration
code that exists in CMFMember, which accomplishes the same task (albeit always
for the entire site, never only for select users).
-r