Skip to content

Commit 445bd11

Browse files
committed
Add documentation for hashing passwords
Fixes #7432 Adds HTTP API documentation as well as `rabbitmqctl hash_password` docs.
1 parent 659f16b commit 445bd11

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deps/rabbitmq_management/priv/www/api/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,16 @@ <h2>Reference</h2>
11571157
A list of authentication attempts by remote address and username.
11581158
</td>
11591159
</tr>
1160+
<tr>
1161+
<td>X</td>
1162+
<td></td>
1163+
<td></td>
1164+
<td></td>
1165+
<td class="path">/api/auth/hash_password/<i>plaintext-password</i></td>
1166+
<td>
1167+
Hashes <code>plaintext-password</code> according to the currently configured password hashing algorithm.
1168+
</td>
1169+
</tr>
11601170
</table>
11611171

11621172

0 commit comments

Comments
 (0)