> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Changing a User's Password

> Update an existing user's password from the Console to maintain account security and meet your access control policies.

To change a user's password, follow these steps:

<Steps>
  <Step>
    From the **Users** page, find the user whose password you want to change.
  </Step>

  <Step>
    Click the three dots (<Icon icon="ellipsis-vertical" />) in the **Actions** column and select **Details**.
  </Step>

  <Step>
    In the **Edit User** panel, select the **Password** tab.
  </Step>

  <Step>
    Fill in the following fields:

    * **New Password** *(required)* – Enter the new password. It must meet the following requirements:
      * At least 12 characters
      * One uppercase letter
      * One lowercase letter
      * One number
      * One special character
      * No repeated characters in sequence (for example, `aa`, `111`, or `**`)
    * **Confirm Password** *(required)* – Re-enter the new password to confirm.
  </Step>

  <Step>
    Click **Save**.
  </Step>

  <Step>
    A confirmation dialog appears. Click **Yes, change password** to confirm.
  </Step>

  <Step>
    The user's password is updated and they must use the new password for their next login.
  </Step>
</Steps>

<Note>
  Password validation is enforced by the Console. If a rule is not met, the user cannot be created.
</Note>
