user password set

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

Usage

user password set --u UserName --p Password
RequiredArgumentDescription
Yes--u UserNameSpecifies the user account whose password you want to change.
Yes--p PasswordSpecifies 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