• Resolved Johan WALTER

    (@johan_walter)


    Hi

    I want to use USER REGISTRATION plugin to have front end registration and password recovery for plugin EVENTS MANAGER

    I have 2 pages
    My Account with shortcode [user_registration_my_account]
    Registration with shortcode [user_registration_form id=”548″] (default form created which is fine)

    Password recovery works fine, we are not going to WP core page but to User Registration password recovery on front end

    Registration /wp-signup.php is still going to core page , redirecting to /wp-login.php?action=register
    I checked “Disable Default WordPress Login Screen” choosing page “Registration” on “Redirect Default WordPress Login To” but it does not work, I dont manage to have /wp-signup.php going to “Registration”

    Did I miss something ?
    How can I have Registration page with customer registration form replacing WP core registration ?

    Thanks

    Regards

    Johan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @johan_walter,

    You need to prevent core login to restrict the default registration. Please check this documentation https://docs.wpeverest.com/user-registration/docs/how-to-hide-the-wordpress-default-login-page-and-use-user-registration-login-page/ and follow the instruction kindly.

    Regards!

    Thread Starter Johan WALTER

    (@johan_walter)

    Hi

    Thanks for answer

    I did it.
    When trying to login, redirection goes to User Registration login page
    When trying to register, redirection also goes to User Registration login page, it does not go to Registration Form

    I expected to have redirection directly to Registration Form without going through Login Page and having to click on link Registration on login page

    Is that normal behavior ?

    Regards

    Johan

    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @johan_walter,

    First of all the default registration link can not be accessed directly like the default login form. You will need to go through the registration option provided by WordPress.

    Yes, it will go to the account page(login page) instead of the registration form because the default registration is directly associated with the default login page.

    You will need to add a registration form link on your login form so users can open registration by using that link. For more details, please check this documentation https://docs.wpeverest.com/user-registration/docs/login-options/ you will find the information on how to add the registration form link on your login form.

    Regards!

    Thread Starter Johan WALTER

    (@johan_walter)

    Hi

    Thanks for answer
    Thats’ what I did
    I expected to have custom registration form accessed directly from /wp-signup.php

    I close this thread

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Replacing Registration page WP Core’ is closed to new replies.