This topic has 1 reply, 2 voices, and was last updated 7 years by canbeep.

  • Author
  • #134128
     contemplate
    Participant

    Ok for anyone having issues with the reset password email generated from the Kleo Login popup not working with Theme My Login custimized emails here is the fix.  I hope it get incorporated into the core:

     

    1) Edit file /kleo/functions.php

    in the kleo_lost_password_ajax() function found around line 1416

     

    2) Replace this:

    $message = apply_filters( ‘retrieve_password_message’, $message, $key );
    with this:

    $message = apply_filters( ‘retrieve_password_message’, $message, $key, $user_login, $user_data );

    That’s it!  Now Theme My Login password reset emails will work correctly.

    #161826
     canbeep
    Participant

    Thanks, Contemplate. I’m actually trying to use the Theme My Login plugin to customize the password reset email – and didn’t know about this bug — but — I did notice that activating the plugin breaks the logout link in Kleo.

    Trying to solve this and hoping you will see this post and know the answer.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?