• Hi.

    I’m using Theme My Login with the theme_my_login() function in my page header and also in a custom login page defined at the plugin preferences.

    In the custom login page, the plugin is working well. But in the header, I have a form load problem. If I click on forgot password the password recover form is not loading. Instead of the password recover form, the normal login form is loading. This is not happening in the custom login page, where the password recover form is loading well.

    Do you know which can be the problem?

    For the moment, I solved it with this code at the start of the login-form.php template. But maybe I’m missing something or there is a bug or something which can help you to improve the plugin.

    if($_GET['action'] == 'lostpassword'){ include('lostpassword-form.php'); }
    elseif($_GET['action'] == 'rp'){ include('resetpass-form.php'); }

    Thanks for your amazing work!

The topic ‘[Plugin: Theme My Login] Reset password form loading problem’ is closed to new replies.