---
title: Change your password
type: how-to
section: system
summary: Open Sign In & Security and use the password panel there; Evolve emails a six-digit code, and you set the new password with that code.
applies_to:
  clients: [web]
sources:
  - evolve-front-end/app/[lng]/account-page/security/page.tsx
  - evolve-front-end/components/auth/forgot-password/forgot-password-flow.tsx
  - evolve-front-end/app/i18n/locales/en/security-page.json
  - evolve-front-end/app/i18n/locales/en/forgot-password.json
verified:
  at: 2026-09-04
  env: code
  by: content-lane-system
ttl_days: 45
related: [system/reset-a-forgotten-password, system/two-factor-authentication, system/active-sessions]
---

Open **Sign In & Security** and use the panel in the **Password** row. It emails you a six-digit code, and you enter that code together with the new password. There is no form that takes your current password.

## Change the password

1. Select your avatar, then **Settings**.
2. In the sidebar select **Sign In & Security**.
3. Under the heading **Sign In**, find the **Password** row. Your address is already filled in under **Email address**.
4. Select **Send email**.
5. Open the message and copy the six-digit code.
6. Type it in **Verification code**, then type the new password in **Password** and **Confirm password**. The requirements are the same as a reset: 14 characters or more, upper and lower case, one number, one special character, no spaces.
7. Select **Reset password**.

The same panel is at `/en/account-page/security`.

## What the page also shows

The **Sign In** section lists your **Email** above the password panel. Below it are **Multi Factor Authentication**, **Passkeys** and **Active Sessions**.

## If it did not work

- If **Send email** does nothing, check the **Email** row above it. When it reads **Unavailable** the page could not load your details; reload and try again.
- The code expires. If you see **The verification code is invalid or has expired. Request a new code and try again.**, select **Resend now**.
- Changing the password does not end your other sessions. Revoke them from [Active Sessions](/help/system/active-sessions) if you want them gone.
