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:
- Ask the Shared Operator: “Change my password” or “password policy”.
- Agent should call:
- ldap_password_policy — show rules
- change_ldap_password(current_password, new_password, new_password_confirm)
- Only your account can be changed this way (bound to your signed-in identity).
- 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.