> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/compte-profil/modifier-mot-de-passe.md).

# How do I change or reset my password?

### Change your password (logged in)

Go to **Settings** > **Account** > **Password**.

1. Click the edit button
2. Confirm your identity
3. Enter the new password

#### Password rules

The password must contain at least:

* 8 characters
* 1 uppercase letter
* 1 lowercase letter
* 1 digit

### Forgotten password

If the password is forgotten, from the login page:

1. Click on **Forgotten password**
2. Enter the account email address
3. An email containing a reset link is sent
4. Click the link and set a new password

The reset link is valid for a limited time. If the link has expired, submit the request again.

### SSO restriction

Password change is not **available** for members of communities using SSO authentication. The password is managed by the identity provider.

### What the assistant can do

An administrator can ask the assistant to reset an employee's password via the Administration scope. The user then receives a reset email.


---

# 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://help.steeple.com/en/compte-profil/modifier-mot-de-passe.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.
