is there a way to export users/userdata through studio in order to import them back into the site on a clean install?
earlier i had problems (with my previous posts) about not being able to edit fields, etc... so instead of ruling out many possibilities i've decided on a clean install (git clone to be exact) so i'm working with 9/dev19 currently - the problematic site i used softaculous to install (always had probs with softaculous...) - so now i'd like to transfer the current users from the problem site to the new site - is this possible or must i export/import through sql?
thanks in advance :)
Comments
Here about it https://una.io/page/view-discussion?id=3102
M
Thank you Alexasha :) however, one table is missing a field - slight difference between 9.0 and 9.0-DEV but i got it to work just fine
R
Hi. if I wanted to import users (username, dob, email address etc etc) from another system into UNA, how would I go about doing this ?
Hello @Ruckus !
The easiest way to do that - just place this info (except DOB) to the UNA sys_accounts table. But it's better introduce those users with the script which will use our endpoints. See more details here https://unacms.com/i/new-services-and-api-endpoints-with-docs
R
Great, thank you for that.