• Hej,

    we have a survey tool developed with about 30.000 users/customers and want to build a wordpress blog where our users can register they via our tool.

    Is there sort of a way to register a new user for WordPress from our tool. The smoothest idea would be that there is just a link in our tool somehwere where we put the username and emailadress in a POST variable to

    https://ourwordpresssite.com/wp-register.php?username=xyz&[email protected]

    Thats not very secure on the other site, but we are looking for a remote registering solution.

    Any ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Why not use one of the many CSV import tools to add the users/customers into your blog?

    Thread Starter netigate

    (@netigate)

    because sooner or later a user will change the login data either in the tool or wordpress. we need both wordpress and our tool synchronizing the data.

    Are users logged into an account in their application?

    Thread Starter netigate

    (@netigate)

    hi pete. yes they are.

    Use AJAX and a conditional to check if your users are logged in and using a field in a db table 0/1 for if they have registered on WordPress or not. If no then display a message with link, single click posts to WordPress registration form.

    Thread Starter netigate

    (@netigate)

    thanks pete. i will try to work on that like you said. sounds like a plan.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Auto Registration from outside of WordPress’ is closed to new replies.