user password

Purpose

Change the password for the currently active user.

Syntax

user password oldpass newpass

Parameters

oldpass
Old (currently active) password
newpass
New password

Usage Notes

Related Commands

See user add.

Example

Change password three times.
Console> user password aaaa bbbb
Changing password...            
Ok                              
Console> user password bbbb     
new password:****               
confirm password:****           
Changing password...            
Ok                              
Console> user password          
current password:****           
new password:*****              
confirm password:*****          
Changing password...            
Ok                              
Console>