> For the complete documentation index, see [llms.txt](https://authdocs.skill-mine.com/licentio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://authdocs.skill-mine.com/licentio-documentation/report/login-failure-report.md).

# Login Failure Report

#### Login Failure Report&#x20;

The login failure Report Chronicles instances of failed login attempts, offering insights into user interaction patterns and potential automated threats. This report aids in assessing the effectiveness of login security measures and identifying areas for enhanced protection.&#x20;

<figure><img src="/files/kA6weLWeF4DEg6S6QVIQ" alt=""><figcaption></figcaption></figure>

This Table will show the details of the login failure.&#x20;

**Name:** Users Name.&#x20;

**Email/Phone-no:** This column will show the either email or phone no of the user.&#x20;

**Last Logged in Time:** This will show the date and time of the user when they lastly logged in.&#x20;

**Action:** The action will directly take you to the particular user profile.&#x20;

<figure><img src="/files/ZrpkKcTBtosRVLYj8PD0" alt=""><figcaption></figcaption></figure>

***Generate Report:***&#x20;

* The admin clicks on the **Generate Report** button.&#x20;
* The system processes and compiles the list of users who haven’t logged in within the defined inactivity threshold.&#x20;
* Once the report generation is completed:&#x20;

**Note:** The admin receives an **email notification** confirming that the report is ready for download.&#x20;

<figure><img src="/files/MQz2T9ZZA6GMvqb6GYUr" alt=""><figcaption></figcaption></figure>

***View Download:***&#x20;

* The admin clicks on the View Download button to view all generated report logs.&#x20;
* A Report Download Table is displayed with the following fields:&#x20;

<table data-header-hidden><thead><tr><th width="144.5555419921875"></th><th></th></tr></thead><tbody><tr><td>S. No: </td><td>Report sequence number </td></tr><tr><td>Status: </td><td>Indicates report generation status (e.g., Completed, In Progress, Failed) </td></tr><tr><td>Download: </td><td>Provides a download link (once the report is ready) </td></tr><tr><td>Generated By: </td><td>Displays the email of the admin who triggered report generation </td></tr><tr><td>Started Time: </td><td>Time when the report generation was initiated </td></tr><tr><td>Finished Time: </td><td>Time when the report was successfully completed </td></tr></tbody></table>

<figure><img src="/files/CFVPy2hN26FPM6ZVjgFD" alt=""><figcaption></figcaption></figure>

***Download Report***&#x20;

* When the report status shows Completed, the admin clicks Download to retrieve the generated file.&#x20;
* The downloaded report contains inactive user details, which can be used for analytics, communication, or cleanup activities.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://authdocs.skill-mine.com/licentio-documentation/report/login-failure-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
