配置密码过期

配置密码过期以强制用户密码在指定天数后过期。

Redis 企业软件

启用密码过期

要强制用户的密码在指定天数后过期:

  • 使用集群管理器 UI:

    1. 转到 Cluster > Security > Preferences,然后选择 Edit

    2. Password (密码) 部分中,打开 Expiration (过期)。

    3. 输入密码过期前的天数。

    4. 选择 Save (保存)。

  • 使用clusterREST 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:

    1. Go to Cluster > Security > Preferences, then select Edit.

    2. In the Password section, turn off Expiration.

    3. Select Save.

  • Use the cluster REST API endpoint to set password_expiration_duration to 0 (zero).

RATE THIS PAGE
Back to top ↑