> For the complete documentation index, see [llms.txt](https://fusionauth.io/docs/llms.txt)

# Update User Profiles and Passwords | FusionAuth Docs

How to update user profile data and change user passwords.

# Update User Profiles and Passwords

[Edit on GitHub](https://github.com/FusionAuth/fusionauth-site/blob/main/astro/src/content/docs/lifecycle/manage-users/account-management/updating-user-data.mdx)

[View Markdown](https://fusionauth.io/docs/lifecycle/manage-users/account-management/updating-user-data.md)

This feature is only available in paid plans. To learn more, see [our pricing page](https://fusionauth.io/pricing.md).

Available since `1.26.0`

FusionAuth Self Service Registration Forms allows users to update most of their own data from a hosted page. Below we will document two common tasks users - updating passwords and other user data fields.

## User Profile Data (User Facing)

To edit your profile data, navigate to the account self service home and click on the edit icon in the top right.

![Self Serve home](https://fusionauth.io/img/docs/lifecycle/manage-users/account-management/account-management-index-crop.png)

Once on the account self service edit screen your information (user object) can be updated directly.

![Self Serve Edit](https://fusionauth.io/img/docs/lifecycle/manage-users/account-management/user-self-serve-edit-crop.png)

Any changes here will be saved to your user in FusionAuth.

## Update User Password (User Facing)

To edit profile data (including the password) on the user, navigate to account self service home and click on the edit icon in the top right.

![Self Serve home](https://fusionauth.io/img/docs/lifecycle/manage-users/account-management/account-management-index-crop.png)

To update your password, toggle **`Change password`** and you will be presented with a password entry and confirmation field.

If a current password is required, you'll need to enter your existing password.

Enter a new password, password confirmation, and finally click Submit .

Success! That's it. You have now successfully updated your password.

![User Edit Password](https://fusionauth.io/img/docs/lifecycle/manage-users/account-management/user-self-serve-edit-password-crop.png)