• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Migration - convert reseller to domain adminstrator accounts

C

carver6

Guest
I used the migration assistant to move from cPanel to Plesk. There are several resellers. I have moved all domains to one reseller. Now I want to create Domain Administrators accounts for those users and copy their passwords from their Reseller Acount to their newly created Domain Administrator account.

As I can find no way to change an account from Reseller to Domain Administrator, I'm thinking about making the Domain Administrator accounts manually, then copying their encrypted password from Reseller pasword table to the appropriate Domain Administrator table in the PSA database.

Unless of course there is somewhere I can just change a couple fields in the DB to change the status to Domain Administrator and associate it with the correct domain account.

I need the schema or some advice!
 
to get the db schema, go on command line and run mysql -u admin

you will be able to see the schema :p
 
Back
Top