# Auth Logs

## Login Tracker and Lockout

The ContentBox administrator module now comes with a login tracker which if enabled can track invalid logins and be able to block individual ip addresses from brute-force attempts. We even track all valid logins into the new ContentBox Security Audit Log.

![](https://raw.githubusercontent.com/ortus-docs/contentbox-docs/master/assets/authlogs.png)

### Login Tracker Configuration

You can click the `Configure Tracker` button from the Auth Logs screen, or click on `System > Settings > Security Options`

![](https://raw.githubusercontent.com/ortus-docs/contentbox-docs/master/assets/logintracker.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://contentbox.ortusbooks.com/usage/using-contentbox/system/auth-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
