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
Replaces the password list of the specified user with a single new password. If a `username` is not provided in the JSON request body, it replaces the password list of the authenticated user making this request instead.
26
26
27
+
{{<warning>}}
28
+
For Redis Software version 7.22.0-95, this request ignores the `username` parameter if provided in the request body and changes the password of the authenticated user due to a breaking change introduced in [Redis Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34#breaking-changes">}}). This issue (RS161290) was fixed in [Redis Software version 7.22.0-216]({{<relref "/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-216">}}).
29
+
{{</warning>}}
30
+
27
31
### Request {#put-request}
28
32
29
33
#### Example HTTP request
@@ -87,6 +91,10 @@ The following are possible `error_code` values:
87
91
88
92
Adds a new password to the specified user's password list. If a `username` is not provided in the JSON request body, it adds the password to the password list of the authenticated user making this request instead.
89
93
94
+
{{<warning>}}
95
+
For Redis Software version 7.22.0-95, this request ignores the `username` parameter if provided in the request body and adds the password to the authenticated user's password list due to a breaking change introduced in [Redis Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34#breaking-changes">}}). This issue (RS161290) was fixed in [Redis Software version 7.22.0-216]({{<relref "/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-216">}}).
96
+
{{</warning>}}
97
+
90
98
### Request {#post-request}
91
99
92
100
#### Example HTTP request
@@ -150,6 +158,10 @@ The following are possible `error_code` values:
150
158
151
159
Deletes a password from the specified user's password list. If a `username` is not provided in the JSON request body, it deletes the password from the password list of the authenticated user making this request instead.
152
160
161
+
{{<warning>}}
162
+
For Redis Software version 7.22.0-95, this request ignores the `username` parameter if provided in the request body and deletes the password from the authenticated user's password list due to a breaking change introduced in [Redis Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34#breaking-changes">}}). This issue (RS161290) was fixed in [Redis Software version 7.22.0-216]({{<relref "/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-216">}}).
Replaces the password list of the specified user with a single new password. If a `username` is not provided in the JSON request body, it replaces the password list of the authenticated user making this request instead.
26
26
27
+
{{<warning>}}
28
+
For Redis Software versions 7.8.2-34 through 7.8.6-95, this request ignores the `username` parameter if provided in the request body and changes the password of the authenticated user due to a breaking change introduced in [Redis Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34#breaking-changes">}}). This issue (RS161290) was fixed in [Redis Software version 7.8.6-119]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-119">}}).
29
+
{{</warning>}}
30
+
27
31
### Request {#put-request}
28
32
29
33
#### Example HTTP request
@@ -87,6 +91,10 @@ The following are possible `error_code` values:
87
91
88
92
Adds a new password to the specified user's password list. If a `username` is not provided in the JSON request body, it adds the password to the password list of the authenticated user making this request instead.
89
93
94
+
{{<warning>}}
95
+
For Redis Software versions 7.8.2-34 through 7.8.6-95, this request ignores the `username` parameter if provided in the request body and adds the password to the authenticated user's password list due to a breaking change introduced in [Redis Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34#breaking-changes">}}). This issue (RS161290) was fixed in [Redis Software version 7.8.6-119]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-119">}}).
96
+
{{</warning>}}
97
+
90
98
### Request {#post-request}
91
99
92
100
#### Example HTTP request
@@ -150,6 +158,10 @@ The following are possible `error_code` values:
150
158
151
159
Deletes a password from the specified user's password list. If a `username` is not provided in the JSON request body, it deletes the password from the password list of the authenticated user making this request instead.
152
160
161
+
{{<warning>}}
162
+
For Redis Software versions 7.8.2-34 through 7.8.6-95, this request ignores the `username` parameter if provided in the request body and deletes the password from the authenticated user's password list due to a breaking change introduced in [Redis Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34#breaking-changes">}}). This issue (RS161290) was fixed in [Redis Software version 7.8.6-119]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-119">}}).
0 commit comments