You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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|
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-tba.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,8 @@ This version offers:
75
75
76
76
-[**High availability**]({{<relref "/operate/rs/databases/configure#high-availability">}}) and [**Durability**]({{<relref "/operate/rs/databases/configure#durability">}}) have separate sections.
77
77
78
+
- Improved error messages on the sign-in screen for locked out users versus incorrect or expired passwords.
79
+
78
80
- A new **User Manager** role designed for user administration is available for [role-based access control]({{<relref "/operate/rs/security/access-control">}}).
79
81
80
82
- This management role allows assigned users to create, edit, and delete users using the Cluster Manager UI and REST API.
0 commit comments