Title: [Plugin: Theme My Login] Reset password form loading problem
Last modified: August 19, 2016

---

# [Plugin: Theme My Login] Reset password form loading problem

 *  [andreu](https://wordpress.org/support/users/andreu/)
 * (@andreu)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-reset-password-form-loading-problem/)
 * 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.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [andreu](https://wordpress.org/support/users/andreu/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-reset-password-form-loading-problem/)
 * Status: not resolved