change-password
Local users can use this CLI to change passwords.
Sytnax
change-password [-h|-c]
|
Option |
Description |
|---|---|
|
-h |
Help information. |
|
-c |
Change current user password. |
Example
> change-password -c
Enter current password:
Validating...
Enter new password: ********
Confirm new password: ********
Password changed successfully.