Viewing 1 replies (of 1 total)
  • If you’ve got access to the database, you could do this:

    SELECT * FROM wp_login_fails; for a full list of failed login attempts

    SELECT * FROM wp_lockdowns; for a full history of locked IPs.

    It wouldn’t be difficult to write a plugin to deliver this information, but I haven’t seen anywhere that the Login Lockdown plugin will allow you to display it.

Viewing 1 replies (of 1 total)
  • The topic ‘History of IPs’ is closed to new replies.