We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659f16b commit 445bd11Copy full SHA for 445bd11
deps/rabbitmq_management/priv/www/api/index.html
@@ -1157,6 +1157,16 @@ <h2>Reference</h2>
1157
A list of authentication attempts by remote address and username.
1158
</td>
1159
</tr>
1160
+ <tr>
1161
+ <td>X</td>
1162
+ <td></td>
1163
1164
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>
1170
</table>
1171
1172
0 commit comments