Support » Plugin: Sideways8 Custom Login and Registration » Reset password link in email is wrong

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter iltdevunit

    (@iltdevunit)

    When I say the problem comes back, I’m referring specifically to the reset link in the email. It shows as:
    http://domain/parent/child/child/wp-login.php?action=lostpassword

    Thread Starter iltdevunit

    (@iltdevunit)

    Okay, I think I’ve sorted it.

    It seems the plugin developer has spotted the bug in WordPress core and applied their own fix. But in fixing the core, the plugin’s fix messes things up a bit.

    I commented out line 49 of s8-login-registration.php:
    add_filter( ‘retrieve_password_message’, array( $this, ‘filter_email_urls’ ), 10, 2 );

    Seems okay now 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reset password link in email is wrong’ is closed to new replies.