• Resolved imbatido

    (@imbatido)


    Hi guys,

    I’m using the Profile Builder plugin and have all form fields like I want it. I changed the lost password page to mydomain.com/passsword/. I have everything how I want it, except from one thing. When I login with a wrong username/password the following error message appears:

    ERROR: The password you entered is incorrect. Lost your password?

    And ‘Lost your password’ is a hyperlink to the wp-login.php page. I tried everything to change this to another URL but I can’t find a solution. I found solutions to change error messages for the wp-login.php page, but it doesn’t work for the Profile Builder pages. Any idea how to solve this?

    So:
    – How can I change the URL?
    – Or: How can I change the error message

    Hopefully someone can help me.

    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Are you using the lostpassword_url=”/recover-password” parameter inside the wppb-login shortcode, as instructed here?

    Best,

    Thread Starter imbatido

    (@imbatido)

    Yes I tried, but that’s not what I’m looking for.

    Now I have: [wppb-login lostpassword_url=”/password/”]

    Image example:

    View post on imgur.com

    The losspassword_url adds the orange part to the site, with the changed URL. But that’s not what I need because I don’t show it in that position.

    I want to change the URL in the red part, but that still links to the wp-login page. How can I change it there?

    Edit: Well, I don’t know what happened, but suddenly it works. Let’s hope it stays like this. Thanks!

    • This reply was modified 5 years, 6 months ago by imbatido.

    Hi there,

    Glad to hear that you got it working.

    If you want to hide the orange part, you can use this CSS:

    .login-register-lost-password { display: none; }

    Cheers,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Lost your password URL in login error message’ is closed to new replies.