• Hi there,

    I’m building a site with a custom client area and I’m using Login with AJAX. The clients are added by the admin, so there’s no user registration.

    The problem is that if a client goes and logs in with the details they were given and mistyped their password, they get “ERROR: The password you entered for the username admin is incorrect. Lost your password?”, which is fine. The problem is I don’t want them to be able to reset their password via the normal way, but change the link of “Lost your password?” to an email address so the client has to email the company so they change it for them… I know it’s a bit stupid but it’s my customer’s request.

    I have tried filters and they work on the wp-login.php screen but they don’t affect the plugin. I have looked into the core files of the plugin and found this line:

    $this->url_remember = $this->template_link(site_url('wp-login.php?action=lostpassword', 'login_post'));

    I changed that but it didn’t do anything.

    Where can I change the link to “mailto:[email protected]

    Thanks a lot for this great plugin!

Viewing 1 replies (of 1 total)
  • Thread Starter elmediano

    (@elmediano)

    By the way, the link I want to change is NOT the hard coded one in the widget_out.php but the one you get in the ERROR msg ??

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Login with AJAX] Change "Lost your password? link.’ is closed to new replies.