Yes it's possible if you use CMSImport as well. Export the members from the source then change the web.config of the target to set the password format of members to plain text otherwise the hashed password gets hashed again. Then import the members and set password format to hashed again and all should be good.
The file is propably ANSI encoded where CMSImport requires UTF-8. Opens the file in Notepad. Then save it with encodingf UTF-8 and try again. I'm sure it will be picked up now.
Import
I need to merge 2 umbraco DBs the target one has no members the source one does. Is there a way to Import as well as export?
Hi Murray,
Yes it's possible if you use CMSImport as well. Export the members from the source then change the web.config of the target to set the password format of members to plain text otherwise the hashed password gets hashed again. Then import the members and set password format to hashed again and all should be good.
Hope this helps,
Richard
Hi Richard,
I tried this and I get the error message "Login is required".
I'm not sure what else this could mean.
Hi Murray,
The file is propably ANSI encoded where CMSImport requires UTF-8. Opens the file in Notepad. Then save it with encodingf UTF-8 and try again. I'm sure it will be picked up now.
Sorry for the hassle.
Best,
Richard
Yep,
Thanks.
is working on a reply...