let me try to explian what i wanna achieve, I have wordpress site and a project management system from codecanyon here is the link. http://codecanyon.net/item/freelance-manager/1225423
The project management system not allowed registration for users. But only admin can make users from admin panel. The users can only register through wordpress. For registration purpose i am using woocommerce registration page comes with the plugin. now i need to create a function on wordpress with using woocommerce or without using woocommerce, so that when a user register on wordpress it automatically creates a account on my project management database. So when a user logins to wordpress also login to the project management without entering login information again. Here is the fields on users table of project management. id (auto increment), username, password, email, user level (can be set within function)
i can create a custom registration page for wordpress if needed, i searched a lot but found nothing like this. I only find the methods to use external login on wordpress, find no where how to create wordpress users on external db. Thanks for advance. Any help would be appreciated.