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

    (@jfarthing84)

    It should work by simply chaning the page ID in the TML settings to your custom post type ID.

    My “Lost password” link also does not work. It just gives me a 404 error.

    Thread Starter PoseLab

    (@javitxu123)

    Hi Jeff

    I had already changed the page ID in the settings page, of course, but the Lost password link only works if the ID belongs to a page. I have also tried to use it with a normal post, but it only works with a page.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    @javitxu123: I’m sorry, you’re correct. It uses is_page() to check for the login page.

    Thread Starter PoseLab

    (@javitxu123)

    I have change

    class-theme-my-login.php
    line:150 is_page to is_single

    hook-functions.php
    line:28 is_page to is_single

    And it seems to work

    Hi I have solved this problem.

    Go to the Theme My Login Settings in dashboard.

    Then Click on General and then Click on Modules.

    Then Disabled the following modules by Unchecked them:

    1. Custom E-mail
    2. Custom Passwords
    3. Security

    And then check again all error will be remove.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Theme My Login] Lost Password problem’ is closed to new replies.