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
Copy file name to clipboardExpand all lines: content/operate/rs/security/access-control/manage-passwords/rotate-passwords.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ The new password cannot already exist as a password for the user and must meet t
41
41
42
42
## Rotate password
43
43
44
+
Admins can rotate passwords for any user. If you are not an admin, you can only rotate passwords for your account.
45
+
44
46
To rotate passwords:
45
47
46
48
1. Add an additional password to a user's password list with [`POST /v1/users/password`]({{< relref "/operate/rs/references/rest-api/requests/users/password#add-password" >}}).
@@ -70,7 +72,7 @@ To rotate passwords:
70
72
71
73
## Replace all passwords
72
74
73
-
You can also replace all existing passwords fora user account with a single password that does not match any existing passwords.
75
+
You can replace all existing passwords foryour account with a single password that does not match any existing passwords. Admins can reset passwords for any user.
74
76
This can be helpful if you suspect that your passwords are compromised and you want to quickly resecure the account.
75
77
76
78
To replace a user's passwords, use [`PUT /v1/users/password`]({{< relref "/operate/rs/references/rest-api/requests/users/password#update-password" >}}).
0 commit comments