Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter .stark.

    (@stark-2)

    Please, can anyone help me?

    Plugin Author Chad Butler

    (@cbutlerjr)

    It sounds like this is a configuration issue.

    The forgot password link is created by the setting for the user-profile shortcode page [wp-members page=user-profile]. This shortcode handles user registration data update, password change, and forgot password reset.

    So if you have that shortcode on a page and have that page set for the location of the user profile page, then the forgot password link will be correctly generated and will work.

    The forgot password shortcode is really intended for users who need more control over individual components. If you are using that and you want to change how the forgot password link is generated so it points instead to that page, you can filter the link with the wpmem_forgot_link filter hook.

    Thread Starter .stark.

    (@stark-2)

    I figured out the issue. Somehow, that user profile page cannot be called “Forgot Password”. I changed that page title to “User Profile” and it works.

    But, I realised that there is a javascript error on the login page. The testimonial carousel at the footer is showing as a list and not a carousel like all other pages.

    The login link is at https://urlgone.com/76512f/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forgot Password shortcode and page not working’ is closed to new replies.