Importing users from one database to another and saving passwords
At first, I think you should sync your database tables via linux rsync command. It is a solid way, more as an script inside your wp install and his dependencies. However you will update the password in the second table after an change of a password. I think you should use the WP hook after … Read more