HTTP API docs: be a bit more specific

References #642.
This commit is contained in:
Michael Klishin 2018-12-26 02:15:50 +03:00
parent 916cb2993d
commit 9f9db91aeb
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ or:
are <code>administrator</code>, <code>monitoring</code> and <code>management</code>.
<code>password_hash</code> must be generated using the algorithm described
<a href="http://rabbitmq.com/passwords.html#computing-password-hash">here</a>.
You may also specify the hash being used by adding the <code>hashing_algorithm</code>
You may also specify the hash function being used by adding the <code>hashing_algorithm</code>
key to the body. Currently recognised algorithms are <code>rabbit_password_hashing_sha256</code>,
<code>rabbit_password_hashing_sha512</code>, and <code>rabbit_password_hashing_md5</code>.
</td>