Modifying the Password
configure
smiuser change-self-password current_password current password new_password new_password
confirm_password new_password password_expire_days number_of_days
exit
Note |
|
The following example updates the password for the current user.
cee# configure terminal
smiuser change-self-password current_password Cisco@123 new_password Cisco@345
confirm_password Cisco@345 password_expire_days 180
message Password updated successfully
The following example updates the password for the user called 'user1' without assigning the password expiry date.
cee# configure terminal
smiuser change-self-password current_password Cisco@123 new_password Cisco@345 confirm_password Cisco@345
message Password updated successfully