• Resolved deyson

    (@deyson)


    Hello and good day.

    When I turn on your Login-Redirect Option the Password Reset Link breaks. Instead of showing the Woocommerce Password Reset it shows the WordPress Core Password Reset Page.

    Please let me know what you suggest. Thank you and have an amazing day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author taisho

    (@taisho)

    Hello,

    sorry for a late answer and many thanks for this bug report. Please change line 506 in php file from:

    if( ! is_user_logged_in() && is_account_page() ) {

    to:

    if( ! is_user_logged_in() && ! is_wc_endpoint_url( 'lost-password' ) && is_account_page() ) {

    It will make the reset password page show up correctly. I will include this fix in the next plugin release.

    Best regards,

    Ryszard

    Thread Starter deyson

    (@deyson)

    Thank you for the update! ??
    It worked. Thank you. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reset Password Link Breaks’ is closed to new replies.