配置密码过期
配置密码过期以强制用户密码在指定天数后过期。
Redis 企业软件 |
---|
启用密码过期
要强制用户的密码在指定天数后过期:
-
使用集群管理器 UI:
-
转到 Cluster > Security > Preferences,然后选择 Edit。
-
在 Password (密码) 部分中,打开 Expiration (过期)。
-
输入密码过期前的天数。
-
选择 Save (保存)。
-
-
使用
cluster
REST API 的端点PUT https://[host][:port]/v1/cluster {"password_expiration_duration":<number_of_days>}
Deactivate password expiration
To deactivate password expiration:
-
Use the Cluster Manager UI:
-
Go to Cluster > Security > Preferences, then select Edit.
-
In the Password section, turn off Expiration.
-
Select Save.
-
Use the cluster
REST API endpoint to set password_expiration_duration
to 0
(zero).
On this page