• Resolved Larry Daniele

    (@larrydaniele)


    I was having problems with Theme My Login v6.3.12 password reset links not working with WordPress 4.3. When I clicked the link, it would generate a “Sorry, that key has expired.” message.

    I switched to Custom Login Page Customizer v1.0.3 and it worked as expected with WordPress 4.3.

Viewing 4 replies - 31 through 34 (of 34 total)
  • Thanks jscmusic! Much appreciated.

    Also, just wanted to note, that the issue is site specific; I realize that.

    TML Beta is working fine on other sites I manage.

    Just a crazy gremlin I suppose!

    Thanks, Jeff, for trying to help.

    Yael,

    My users were unable to set a new password using “reset password”. The page reported that the key was invalid. If a logged user tried to access the link, he could view the page normally.

    I was thinking that it was permission issue but I resolved by changing the file /includes/class-theme-my-login.php line 380:

    from:
    if ( ! $user || is_wp_error( $user ) ) {

    to:
    if ( ! $user ) {

    So I to get this expired link with my membership site not sure what to do seeing I updated to the newest WordPress 4.4

    Any ideas?

    I use TML and S2 Member plugins

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘Password reset links always comes up "expired"’ is closed to new replies.