Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Convissor

    (@convissor)

    I have a feeling you’re behind a load balancer. To verify, SSH into your webserver. Invoke the MySQL client (mysql -u your_sql_user_name -p your_database_name). Then run this query:

    SELECT ip, COUNT(*) FROM wp_login_security_solution_fail
    GROUP BY ip ORDER BY COUNT(*) DESC;

    If you have only one row (or very few rows) show up, my hunch is right. To rectify that, please read the installation instructions. You can do so either via the readme.txt file in the plugin or at https://ww.wp.xz.cn/plugins/login-security-solution/installation/

    Plugin Author Daniel Convissor

    (@convissor)

    Closing for lack of feedback.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Admin is locked out’ is closed to new replies.