Configure a User Account Using the CLI

Use the set command to change targets, properties, passwords, and values for configured user accounts.

—> set <target> [<property>=value]

Targets, Properties, and Values

Target

Property

Value

Password

Default

/SP/users/username

role

administrator|operator

operator

password

<string>

For example, to change the role for user1 from Administrator to Operator type:

—> set /SP/users/user1 role=operator

To change the password for user1, type:

—> set /SP/users/user1 password
Changing password for user /SP/users/user1/password...
Enter new password:********
Enter new password again:********
New password was successfully set for user /SP/users/user1

Note

You must have Administrator privileges to change user properties.