You can use the command-line interface (CLI) to change user passwords.
Follow these steps to change the password for the user superuser:
chuser -password superuser_password superuser
Where superuser_password is the new password that you want to use for the user superuser.