rladmin cluster reset_password
Changes the password for a given email.
Changes the password for the user associated with the specified email address.
Enter a new password when prompted. Then enter the same password when prompted a second time to confirm the password change.
rladmin cluster reset_password <user email>
Parameters
Parameter | Type/Value | Description |
---|---|---|
user email | email address | The email address of the user that needs a password reset |
Returns
Reports whether the password change succeeded or an error occurred.
Example
$ rladmin cluster reset_password user@example.com
New password:
New password (again):
Password changed.