user password set

The user password set command changes the password for a user account.

Usage

user password set --u UserName --p Password
Required Argument Description
Yes --u UserName Specifies the user account whose password you want to change.
Yes --p Password Specifies the password to assign to the user account.

Example

This example sets the password for the user account allan12 to mypassword1.

user password set --u allan12 --p mypassword1