user password

Set or change the password for the current user. The admin user can also use the –user parameter to change the password for the pseoperator or audit 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.

User access

admin, pseoperator, audit

Syntax

user password [-user <username>]

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)