• Resolved fmarzocca

    (@fmarzocca)


    Hi,

    I have just installed and configured the plugin. Everything is working, except this: when a user enters a wrong credential (username/password) he is not getting the “wrong password” message, but the site redirects to a “login_trashed” page which it doesn’t find, so I have a “Page not found” error.

    What’s happening?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fmarzocca

    (@fmarzocca)

    The error was due because I changed the Login page. So I added the filter on tml_title, but it didn’t work either, so I have recovere the original Log In page. Now, in case of error, I only have a red box over the form, with to text inside…

    Thread Starter fmarzocca

    (@fmarzocca)

    Never mind. I fixed it.

    I had this in my functions.php

    add_filter('login_errors', create_function('$a', "return null;"));

    Thread Starter fmarzocca

    (@fmarzocca)

    closing

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Eror in redirecting from wrong password’ is closed to new replies.