export single member data for import into different project?
m
I have aUmb 12 and Umb 13 projects. I would like to export a single back office user from my 12 project and import them into the 13 project. I do have a full uSunc license for both but have nott seen a stock or uSync way of doing just a single user. Is this possible?
k
uSync exporter will let you do it. - go to exporter page, click on 'Members' - open up 'all members' from the list and pick the member you want. - click 'create' at bottom of page. I think - for passwords to still work both the Umbraco 12 and Umbraco 13 site must be using the same machine key - as that is the basis of the hashing of the password. - if thats diffrent, resetting the password will be required.
oh and on the other server . - go to the exporter page, - click on import - give it the syncpack file from the export - it will report then import the member
m
The members page does is not for the back office users. I did find a "users" on that same page but it comes up with a blank page when clikced on it. It is the same thing in my umbraco 13 version so I don't think uSync will be a working option here.
@User I just noticed your the package creator for uSync. Would it be better to keep this here, contact you via your site, or open a bug in GitHub? I am currently rebulding my existing umb12 site on umb13 and need to import this user so I can continue building the last few doctypes, import some posts, update them, then push umb13 to production.
k
Hi, I think we have fixed that in the next release(s), it might be in a nightly release I will check
m
Would I have to push the fix up to my production or would I be able to update my local install and do a pull for the spicific member?
k
yes it would need to be on production, but there is a work around, if you export the users via the normal uSync dashboard, then you could grab the user config file from the uSync/v9/users folder. then copy it to a usync/v9/users folder on your local build and import it that way (*in v13 you need to enable people edition for the dashboard, because its off by default https://github.com/Jumoo/jumoo-docs/blob/master/usync/02.complete/03.guides/04.People_Edition/04.people.md#dashboard) this way you don't have to update anything on the server. we are looking at packing up the release with the fix in it, for v13/v12 - it will likely be monday,
m
That looks to have worked, the only difference I see is that now the user is labled "Inactive" on my local dev. Am I correct in assuming this is cause they don't have a "last login" date?
k
think so.
m
Cool. Thanks for the help
23 Views