• Resolved Doug Demagistris

    (@admindroidturf)


    I use Ultimate Member plugin with WooCommerce.

    When customers try to log into their account and their username and password don’t match the system’s records, UM and WC both show a notice that the password is incorrect. I want to get rid of the WC duplicate. How can I disable this?

    Thx.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Do you have a demo account with a wrong password to test with? I’m asking as the link you shared in your forum thread doesn’t immediately show any duplicate notices from WooCommerce ??

    Thanks!

    Thread Starter Doug Demagistris

    (@admindroidturf)

    Just an idea– will removing/modifying the file lost-password-confirmation.php solve the issue?

    Thread Starter Doug Demagistris

    (@admindroidturf)

    Good news! Solved the problem with some CSS.

    .um-error-code-incorrect_password {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Invalid Passoword notice’ is closed to new replies.