---
document_id: PASSWORD_SELF_SERVICE
status: ACTIVE
as_of: 2026-08-07T20:29Z
authority: Disk SoT · member-facing
owner: ops
supersedes: []
superseded_by: null
---

# Password self-service (members)

**Audience:** Product members
**Related operator doc:** `CHAT_LDAP_PASSWORD_CHANGE_2026-08-02.md` (operator detail)

---

## Chat has no built-in password form

LibreChat does not ship a “Change password” page. On OmniLore Chat, use the agent tools:

1. Ask the Shared Operator: **“Change my password”** or **“password policy”**.
2. Agent should call:
   - `ldap_password_policy` — show rules
   - `change_ldap_password(current_password, new_password, new_password_confirm)`
3. Only **your** account can be changed this way (bound to your signed-in identity).
4. After success, sign in again with the new password. Do not paste passwords into unrelated channels.

---

## Rules (typical)

- Minimum length and complexity come from LDAP / org policy (ask `ldap_password_policy`).
- Never share passwords with the agent in a way that leaves them in forwarded tickets; prefer tool-mediated change.
- If locked out, contact support / operator — members cannot reset others.
