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

# Change Password

> Change the password of your own developer account from Settings → Change Password in the Open Wearables developer portal.

**Settings → Change Password** updates the password of the developer account you are signed in with. You cannot change another developer's password from the developer portal.

1. Enter your **Current Password**.
2. Enter a **New Password** of at least 8 characters.
3. Repeat it in **Confirm New Password**.
4. Click **Update Password**.

On success the form clears and a "Password updated successfully" toast appears. The form refuses to submit when the new password is shorter than 8 characters or the confirmation does not match. If the current password is wrong, the backend rejects the request and the toast shows "Incorrect current password".

<Tip>
  The first developer account is seeded with the value of `ADMIN_PASSWORD` from the environment. Changing `ADMIN_PASSWORD` later does not update an existing account, so change the default password here right after your first login.
</Tip>
