Use the set command to change targets, properties, passwords, and values for configured user accounts.
Type the following command to configure a local user account:
—> set <
target
> [<property
>=value
]
Target |
Property |
Value |
Password |
Default |
---|---|---|---|---|
/SP/users/ |
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