Skip to content

Commit 9308b54

Browse files
committed
DOC-4376 Differentiate between locked out users & incorrect/expired passwords on the CM UI sign-in screen
1 parent 20c1bee commit 9308b54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/operate/rs/references/rest-api/objects/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ An API object that represents a Redis Enterprise user.
2828
| password_issue_date | string | The date in which the password was set (read-only) |
2929
| role | 'admin'<br />'cluster_member'<br />'cluster_viewer'<br />'db_member'<br /> **'db_viewer'** <br />'none' | User's [role]({{< relref "/operate/rs/references/rest-api/permissions#roles" >}}) |
3030
| role_uids | array of integers | UIDs of user's roles for role-based access control |
31-
| status | 'active'<br />'locked' | User sign-in status (read-only)<br />**active**: able to sign in<br />**locked**: unable to sign in |
31+
| status | 'active'<br />'locked'<br />'password_expired' | User sign-in status (read-only)<br />**active**: able to sign in<br />**locked**: unable to sign in<br />**password_expired**: unable to sign in because the password expired |

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-tba.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ This version offers:
7575

7676
- [**High availability**]({{<relref "/operate/rs/databases/configure#high-availability">}}) and [**Durability**]({{<relref "/operate/rs/databases/configure#durability">}}) have separate sections.
7777

78+
- Improved error messages on the sign-in screen for locked out users versus incorrect or expired passwords.
79+
7880
- A new **User Manager** role designed for user administration is available for [role-based access control]({{<relref "/operate/rs/security/access-control">}}).
7981

8082
- This management role allows assigned users to create, edit, and delete users using the Cluster Manager UI and REST API.

0 commit comments

Comments
 (0)