• My host is wpengine. I have caching turned off. I have bee through all the previous posts about this issue here. When I am logged out snd try to reset the password after following the link it gives the invalid error. But if I follow the lost password link when logged in through the my profile page the link works fine. They both point to the same url. Feel free to join the site and give it a go. ilovenelson.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    If you change theme-my-login/includes/actions.php, line 579 from:

    
    setcookie( $rp_cookie, $value, 0, $rp_path, COOKIE_DOMAIN, is_ssl(), true );
    

    to:

    
    setcookie( $rp_cookie, $value, 0, '/', COOKIE_DOMAIN, is_ssl(), true );
    

    Does it work?

    Thread Starter eMBurr

    (@emburr)

    I will check.

    NO it does not work.

    • This reply was modified 6 years, 3 months ago by eMBurr.
    • This reply was modified 6 years, 3 months ago by eMBurr.
    Plugin Author Jeff Farthing

    (@jfarthing84)

    Have you tested with other plugins disabled?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reset link invalid’ is closed to new replies.