Re: Migration of standard Plone members to
my custom member types
from
Rob Miller
on Jan 12, 2007 01:24 PM
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?
there is no code to do this. this is probably the biggest piece of missing
functionality currently.
with remember, it's possible to have remember-based users alongside regular
Plone users in the same portal, which was not possible with CMFMember. thus,
i envision a local utility that will indicate to the admins which users are
remember-based and which are not, providing a means to migrate all of them or
to selectively migrate only specific ones. work on this has not really been
started yet, however.
-r