Limit Login Attempts Reloaded Software Docs
  • πŸ‘‹Welcome to Limit Login Attempts Reloaded
  • Introduction
    • πŸ’‘Overview
    • πŸ”Importance of Preventing Brute Force Attacks
  • Installation & Setup
    • πŸ’»System Requirements
    • ⬇️Installing The Plugin
    • ⚑Activating The Plugin
    • βš™οΈConfiguration Options
  • Plugin Settings
    • πŸ› οΈGeneral Settings
      • πŸ“Enabling/Disabling Plugin
      • πŸ“Setting Max Login Attempts
      • πŸ“Setting The Active App
      • πŸ“Setting Lockout Email Notifications
      • πŸ“Setting Display Options Within WP Dashboard
        • Displaying Left Menu Item
        • Hide Dashboard Widget
        • Showing Warning Badge
        • Displaying Top Menu Item
      • πŸ“GDPR Compliance
        • IP Data Handling
        • Displaying Privacy Terms
    • πŸ› οΈAdvanced Settings
      • πŸ“Safelist & Denylist
        • Block By Country
      • πŸ“Trusted IP Origins
      • πŸ“IP Logs
        • Active Lockouts Log
  • Managing Denied/Allowed Users
    • πŸ”‘Accessing List of Denied/Allowed Usernames & IPs
    • πŸ”Viewing Details of Denied Attempts
    • πŸ”‘Allowing Usernames & IPs
  • Notifications & Reporting
    • πŸ“¨Receiving Email Notifications
    • πŸ“ŠAnalyzing Login Attempts & Statistics
      • πŸ“Dashboard Statistics
      • πŸ“Reviewing IP Logs
    • ⬇️Exporting IP Data
  • Troubleshooting & Support
    • πŸ—ƒοΈCommon Issues & Resolutions
      • πŸ“Unlocking An Admin That Gets Locked Out
      • πŸ“Seeing Login Attempts After an IP Address Has Been Denied by IP Access Rules
    • πŸ“ŠFrequently Asked Questions (FAQ)
      • πŸ“How do I know if I'm under attack?
      • πŸ“How can I tell that the premium plugin is working?
      • πŸ“Could these failed login attempts be fake?
      • πŸ“What happens if my site exceeds the request limits in the plan?
      • πŸ“What do I do if all users get blocked?
      • πŸ“What URLs are being attacked and protected?
      • πŸ“How is LLAR better than other brute-force protection plugins?
      • πŸ“What do I do when an admin gets blocked?
    • πŸ›Debug Info
      • πŸ“Software Version
    • πŸ™β€β™€οΈContacting Support For Assistance
  • Best Practices for Enhanced Security
    • πŸ”’Using Strong Passwords
    • βœ…Implementing Additional Security Measures
    • ⬇️Regularly Updating WordPress and Plugins
  • Conclusion
    • πŸ“„Recap of The Benefits of "Limit Login Attempts Reloaded"
    • ⭐Encouragement To Provide Feedback and Reviews
Powered by GitBook
On this page
  • Event Logs
  • Table Definitions
  • Icons definitions for actions:

Was this helpful?

  1. Plugin Settings
  2. Advanced Settings
  3. IP Logs

Active Lockouts Log

The active Lockout table provides a list of all lockouts that are currently active and enabled. It contains the IP address, login name, how many attempts were made (Count), and when the lockout will expire (Expires in minutes).

Event Logs

This is a log of all login attempts for your website.

Table Definitions

Time: the time the attempt was recorded (using the time configured on your site).

IP: IP address associated with the attempt.

Gateway: The URL that was used by the attack.

Login: Username that was used in the attack.

Rule: The rule that was triggered. It’s either allow or deny.

Reason: There are quite a few different statuses available here:

  • ip_acl_temp_local_deny – IP blocked temporary for this site only

  • ip_acl_temp_network_deny – IP blocked temporary for the group of sites this site belongs to

  • ip_acl_local_deny – IP blocked by allow/deny rules for this site only

  • ip_acl_network_deny – IP blocked by allow/deny rules for the group of sites this site belongs to

  • ip_lockout_allow_expired – IP allowed b/c its lockout period has expired

  • ip_lockout_allow_below_limit – IP allowed b/c the number of attempts is below limit

  • ip_lockout_deny – IP is locked out b/c the number of attempts is above limit

  • ip_acl_xmlrpc_deny – IP is locked out b/c the XML-RPC gateway is closed

  • login_acl_local_pass – attempt allowed b/c of a local login pass rule

  • ip_acl_local_pass – attempt allowed b/c of a local ip pass rule

  • all_acl_none – there were no allow/deny rules matching the request

  • country_acl_local_allow – the country is allowed for this site

  • country_acl_local_deny – the country is denied for this site

  • ip_acl_temp_none – IP is not blocked temporary

  • all_acl_local_allow – both IP and login are allowed by allow rules for this site only

  • all_acl_network_allow – both IP and login are allowed by allow/deny rules for the group of sites this site belongs too

  • login_acl_network_deny – login is blocked by a deny rule for the group of sites this site belongs too

  • login_acl_local_deny – login is blocked by a deny rule for this site only

Pattern: A username that you listed, an IP or range of IPs, a country. This is an entity based on which the decision was made to allow or deny an attempt.

Attempts Left: How many attempts are left for the IP at the time the attempt happened.

Lockout Duration: How many minutes are left before the IP is unlocked automatically, at the time the attempt happened.

Actions: You can add or remove IPs and logins to/from your allow/deny lists.

Icons definitions for actions:

Open Red Lock – Unlock IP (release an active automatic lockout)

Red Plus Sign – Add IP Or Login To Deny Rules

Red Minus Sign – Remove IP Or Login From Deny Rules

Green Plus Sign – Add IP Or Login To Allow Rules

PreviousIP LogsNextAccessing List of Denied/Allowed Usernames & IPs

Last updated 1 year ago

Was this helpful?

πŸ› οΈ
πŸ“