user password

Set or change the password for the current user. Although there are no restrictions on the password you can use, warnings are displayed if the password is short, simple, or uses a dictionary word.

The admin user can also use the -user parameter to change the password for the pseoperator or audit user.

User access

admin, pseoperator, audit

Syntax

user password [-user <username>]

Argument(s) Shortcut Description
-user <username> -u

Specifies the user name of the user whose password you want to change. This parameter can only be used by the admin user.

Example

psesh:>user password

Changing password for user admin.
New password:
BAD PASSWORD: it is too short
BAD PASSWORD: is too simple Retype new password: Sorry, passwords do not match. New password: BAD PASSWORD: it is too short
BAD PASSWORD: is too simple Retype new password: passwd: all authentication tokens updated successfully. Command Result : 0 (Success)

 

psesh:>user password

Changing password for user admin.
New password:
BAD PASSWORD: it is based on a dictionary word
Retype new password:
passwd: all authentication tokens updated successfully.


Command Result : 0 (Success)

 

psesh:>user password -user pseoperator


Changing password for user pseoperator.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.

Command Result : 0 (Success)