> For the complete documentation index, see [llms.txt](https://docs.libnova.com/libnova-openaccess-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libnova.com/libnova-openaccess-en/front-end/interface-login.md).

# INTERFACE LOGIN

\
User login interface, in this view there is a form with the login for users who are already registered.

![](/files/-MiaF2ASnWGLIT7FYQcw)

\
This view presents a form for a default login:

* **Username:** registered username.
* **Password:** User password associated with the registered username.

If the data entered is correct, the user, depending on the permissions granted, can see more information, records, pages, etc.

Depending on the authentication systems that are active such as **SAML** / **Shibboleth**, **OAuth**, **Tequila**, etc.&#x20;

* **SAML:** Redirects to a login with **SAML** where the **identifier** must match a user registered in **OpenAccess**.

![](/files/-MiaFKQXhpAoYF690lq1)

**Incorrect data entry.**\
\
In case the wrong data is introduced, a **maximum of attempts** is allowed. If the number of attempts is reached, the **IP address will be blocked for a certain time**.

![](/files/-MiaF_ZFzP8sxU5mx0Uy)

**IP blocked for a certain time.**

After exceeding the maximum number of attempts, the IP will be blocked and a message will be displayed with the remaining time. If the user wants to access before the time limit, they should contact an Administrator.


---

# 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:

```
GET https://docs.libnova.com/libnova-openaccess-en/front-end/interface-login.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.
