• Hi,

    Wordpress: 5.4.1
    Wordfence Security: Version 7.4.7
    Memberium: Version 2.161

    I have memberium plugin that deals with my login, but after installing Wordfence there’s no longer a login failed message.

    To be precise, when a login fails, “?login=failed”, is appended to the current login url and will then show a login failed message.

    Wordfence seems to prevent this from occurring, why does this happen? With Wordfence enabled users can no longer see a login failed message.

    Everything works fine if I disable Wordfence though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @devalexdev,

    I believe that the Memberium plugin also manages logins in the same way as Wordfence – causing conflicts.

    As a test, can you try disabling Brute Force Protection within Wordfence?

    1. Go to Wordfence -> All Options
    2. Select Off for Enable brute force protection
    3. Click Save Changes in the top right corner

    For example: https://i.imgur.com/JIniR5j.png

    Dave

    Thread Starter devalexdev

    (@devalexdev)

    I’ve tried disabling brute force and nothing changes, it still doesn’t tell me that a login has failed.

    With Wordfence active
    This is seen in the login network request
    Form Data:
    {“log”:”support@BAD_LOGIN”,
    “wfls-email-verification”:””,
    “pwd”:”WRONG_PASS”,
    “redirect_to”:”https://SITE.com/wp-admin/”,
    “action”:”wordfence_ls_authenticate”}

    But when Wordfence is disabled, wordfence_Is_authenticate doesn’t exist as a form action anymore. This is now the form data (details are changed of course)
    {“log”:”[email protected]”,
    “pwd”:”PASSWORD”,
    “wp-submit”: “Log+In”,
    “redirect_to”:”https://SITE.com/wp-admin/”}

    From looking at the difference between enabling and disabling Wordfence, is there anyway to disable the action “wordfence_ls_authenticate” and use wordpreses’ default “wp-submit”: “Log+In”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login failed message disappears with Memberium’ is closed to new replies.