• Resolved zkmay11

    (@zkmay11)


    WP2FA has updated their plugin recently and it appears to have broken the lightbox 2FA functionality. I’ve narrowed it down specifically to that plugin; the previous version works just fine, but the current version simply hangs after username and password entry.

    Logging in via the login page works fine and redirects to the WordPress generic 2FA page.

    When the logs are checked, I’m seeing this:

    [26-Apr-2022 18:15:31 UTC] PHP Fatal error:  Uncaught Error: Call to a member function codes_remaining_for_user() on null in /var/www/themays.me/public_html/wp-content/additional-apps/userswp/includes/class-forms.php:1328
    Stack trace:
    #0 /var/www/themays.me/public_html/wp-content/additional-apps/userswp/includes/class-forms.php(1175): UsersWP_Forms->check_2fa()
    #1 /var/www/themays.me/public_html/wp-includes/class-wp-hook.php(307): UsersWP_Forms->process_login()
    #2 /var/www/themays.me/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #3 /var/www/themays.me/public_html/wp-includes/plugin.php(474): WP_Hook->do_action()
    #4 /var/www/themays.me/public_html/wp-admin/admin-ajax.php(202): do_action()
    #5 {main}
      thrown in /var/www/themays.me/public_html/wp-content/additional-apps/userswp/includes/class-forms.php on line 1328

    I’m not a coder, but I’m guessing the UsersWP plugin needs updated to integrate with WP2FA after their update?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP2FA Update breaks login’ is closed to new replies.