rladmin 集群reset_password
更改给定电子邮件的密码。
Redis 企业软件 |
---|
更改与指定电子邮件地址关联的用户的密码。
出现提示时输入新密码。然后在再次提示确认密码更改时输入相同的密码。
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.
On this page