Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    WP-Members’ login process uses WP’s wp_signon(), so it triggers all of the core authentication. That means that anything you apply to wp-login.php that may be “extra” beyond just username and password will also be required for the front end WP-Members login form (some of which will be compatible, and some will not).

    I would recommend that when you test and reproduce this issue, that you also test the same credentials using the wp-login.php to determine if the issue is front-end specific or if it’s also happening with wp-login.php. That would at least give you a better idea of what directly to do.

    If it’s “front end only”, that doesn’t necessarily mean that it’s an issue with WP-Members. More likely, it’s an issue with additional validation elements only being handled through wp-login.php (although Wordfence is pretty good about that, so that may not be the issue).

    Regardless, I think you need to track down why Wordfence is restricting the login first.

Viewing 1 replies (of 1 total)

The topic ‘Login issues when using WordFence’ is closed to new replies.