> For the complete documentation index, see [llms.txt](https://os.lunaromp.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://os.lunaromp.tech/features/password-management.md).

# Password management

Users are able to change the following passwords:

### Change account password

The Account password is used to enroll the device with the user account.&#x20;

The user can change the account password from the device once enrolled through Settings > Security > Account password

The new password should fit the minimum password quality requirements defined in the MDM.

### Change lock screen&#x20;

The Lock Screen is used to unlock the device and the phone manager app.

The user can change the lock screen from the device once enrolled through Settings > Security > Lock screen protection.&#x20;

The new password should fit the minimum password quality requirements defined in the MDM.


---

# 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://os.lunaromp.tech/features/password-management.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.
