taito wrote:
> 
> Hello,
> 
> What is the best practice to migrate members from one instance to the
> other which are located in the same zope instance?
> I need member password and roles to be migrated.
> 
> Plone version 2.5.5
> 

Copying and pasting acl_users between the instances should do the right
thing, but you'll need to test it to be sure. Member properties (full name,
email address, etc) are stored in portal_memberdata not in acl_users, so you
might want to copy and paste that too.

Laurence

--
View this message in context: 
http://plone.293351.n2.nabble.com/Migrating-members-from-one-instance-to-the-other-tp6160681p6161913.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
Setup@lists.plone.org
https://lists.plone.org/mailman/listinfo/setup

Reply via email to