Skip to content

Commit dd90d64

Browse files
rabbitmqctl(8): move hash_password next to clear_password
1 parent f420487 commit dd90d64

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

deps/rabbit/docs/rabbitmqctl.8

+8-9
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,14 @@ password for the user named
683683
This user now cannot log in with a password (but may be able to through
684684
e.g. SASL EXTERNAL if configured).
685685
.\" ------------------------------------------------------------------
686+
.It Cm hash_password Ar plaintext
687+
.Bl -tag -width Ds
688+
.It Ar plaintext
689+
The plaintext password to hash
690+
.El
691+
.Pp
692+
Hashes a plaintext password according to the currently configured password hashing algorithm
693+
.\" ------------------------------------------------------------------
686694
.It Cm delete_user Ar username
687695
.Bl -tag -width Ds
688696
.It Ar username
@@ -2222,15 +2230,6 @@ The name of the queue to purge.
22222230
.Pp
22232231
Purges a queue (removes all messages in it).
22242232
.El
2225-
.\" ------------------------------------------------------------------
2226-
.It Cm hash_password Ar plaintext
2227-
.Bl -tag -width Ds
2228-
.It Ar plaintext
2229-
The plaintext password to hash
2230-
.El
2231-
.Pp
2232-
Hashes a plaintext password according to the currently configured password hashing algorithm
2233-
.El
22342233
.\" ------------------------------------------------------------------------------------------------
22352234
.Sh PLUGIN COMMANDS
22362235
.\" ------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)