Automate user registration
-
I’ve got a site that includes both a WordPress site and an ASP.NET application. They both have their own sets of users on different servers (the ASP.NET application uses Microsoft SQL Server – no changing it). When a user is created on the ASP.NET site, I’d like to be able to create the equivalent user with the same user ID, password, and email address. Is there a way for the ASP.NET site to navigate to the WP site and auto-fill the values on the register page, e.g. using a request string?
I know there are other issues that I’d need to tackle (such as both sites updating each other when the user changes anything). I’d love to hear ideas for solving those problems as well.
I’d love to be able to do all this without exposing the MySQL DB on the network.
Thanks,
David
- The topic ‘Automate user registration’ is closed to new replies.