> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/an-und-abmeldung.md).

# Login and Logout

## Login

The login page is the starting page of the web application. Through the *Login* view, it is possible to authenticate with a valid username and password. Furthermore, you can navigate to the *Settings* and *Offline Manual Value Entry* areas. Additionally, the online help can be opened.

### Password Change Request

Depending on the password security rules configured in the Configurator, it may happen that the login fails and thus the user must renew or change their password. The following error messages may appear:

* 3001 - The user account password has expired!
* 3003 - The user account password must be renewed!
* 3004 - Error during password verification!

In such a case, a modal window automatically opens where you can then enter the new password. Now enter your current password and then twice your new password, and then click *Save & Login*.

If the new password does **not** fully comply with the password security rules configured in the Configurator, a corresponding *password strength* indicator will be displayed. Depending on the password strength, the user is forced to use a certain number of digits, special characters and/or a mix of uppercase and lowercase letters in their password.

The user may also see information displayed when logging in that the user's password will soon expire. In this case, the user can decide for themselves whether to change the password now or ignore the info message. When ignoring the message, the user is navigated further. Otherwise, the above-mentioned modal window for changing the password opens.

## Logout

A logout is possible at any time in the menu under the entry *Logout*. This prevents unauthorized users from gaining access to the JUNE5 system.


---

# 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.videc.de/june5-3.7/en/webanwendung/an-und-abmeldung.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.
