• Resolved zoroxx

    (@zoroxx)


    Hello there,

    User does not have an account in our website. Goes to login/register page and clicks Continue with Google. After entering credentials it is redirected to /wp-login.php?action=register&loginSocial=google to confirm its registration by clicking Register.

    How can this redirect to /wp-login.php?action=register&loginSocial=google be avoided?

    I just want to register them as users and redirect them to whatever page after entering credentials from social account without any further action from their side.

    • This topic was modified 3 years, 5 months ago by zoroxx.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Ramona

    (@nextend_ramona)

    Hi @zoroxx

    Have you enabled the Terms & Conditions at Global settings > Privacy?
    https://nextendweb.com/nextend-social-login-docs/global-settings-privacy/
    This would cause that “Register” button to appear which users need to click before their accounts are actually created.
    If you don’t want the users to have to accept the terms before the registration, you could turn this option off.

    If you decide to leave Terms and Conditions on, then by default we use the /wp-login.php page for the login/registration flow, and also to ask them to accept the terms & conditions before the registration.

    You can create a new, custom page to display the Terms & Conditions on, and select this page at Global settings > General > Page for register flow:
    https://nextendweb.com/nextend-social-login-docs/global-settings/
    then put the [nextend_social_login_register_flow] shortcode to the page.
    Just make sure you create a new page for this feature, what you won’t use for anything else.

    If you also want to remove the /wp-login.php reference for the URL, you can create another page for the OAuth redirect uri proxy page. Just after this you’ll need to OAuth redirect URIs at every app you configured.

    Thread Starter zoroxx

    (@zoroxx)

    Thanks for the quick answer. That was helpful and it really worked. Have a great day! ??

    • This reply was modified 3 years, 5 months ago by zoroxx.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop redirect to default register page’ is closed to new replies.