<!-- https://nuforce360.com/help/account-subscription/change-password -->
# Change Password

Help article on the Change Password screen: verify current password and set a new one for your NuForce account.

# Change Password

This screen lets you update the password for your NuForce account. You need to know your current password to set a new one.

## What you can do here

- Enter your current password to confirm it's really you.
- Enter a new password and confirm it by typing it a second time.
- Submit the form to update your password immediately. NuForce checks your current password on its servers before making the change.
- If the new password is too short, or the two entries for the new password don't match, you'll see an error message telling you what to fix before anything is saved.
- Once the update succeeds, the form clears itself so the fields are ready for a future change.

## Steps

1. Go to **My Account > Profile > Change Password**.
2. In **Current password**, enter the password you use to log in today.
3. In **New password**, enter the password you want to switch to (at least 6 characters).
4. In **Confirm new password**, retype the same new password.
5. Select **Update password**.
6. Check the confirmation message. If something is wrong, either the password is rejected, or the two new entries don't match, correct the fields and submit again.

## Related

- Edit Profile
- Connected Accounts

<!-- REVIEW NOTES (drafting agent could not verify):
  1. Minimum password length of 6 characters is enforced client-side in the form; whether the server (user.changePassword action) enforces a different or additional minimum was not verified.
  2. The exact wording of any server-side error messages (e.g. for an incorrect current password) was not inspected; only the client-side toast handling was confirmed.
  3. Related links (Edit Profile, Connected Accounts) are inferred from the same Profile section's page routes, not from explicit in-page links on this screen.
-->
