Skip to content

Commit

Permalink
rabbitmqctl(8): move hash_password next to clear_password
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 27, 2023
1 parent f420487 commit dd90d64
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions deps/rabbit/docs/rabbitmqctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,14 @@ password for the user named
This user now cannot log in with a password (but may be able to through
e.g. SASL EXTERNAL if configured).
.\" ------------------------------------------------------------------
.It Cm hash_password Ar plaintext
.Bl -tag -width Ds
.It Ar plaintext
The plaintext password to hash
.El
.Pp
Hashes a plaintext password according to the currently configured password hashing algorithm
.\" ------------------------------------------------------------------
.It Cm delete_user Ar username
.Bl -tag -width Ds
.It Ar username
Expand Down Expand Up @@ -2222,15 +2230,6 @@ The name of the queue to purge.
.Pp
Purges a queue (removes all messages in it).
.El
.\" ------------------------------------------------------------------
.It Cm hash_password Ar plaintext
.Bl -tag -width Ds
.It Ar plaintext
The plaintext password to hash
.El
.Pp
Hashes a plaintext password according to the currently configured password hashing algorithm
.El
.\" ------------------------------------------------------------------------------------------------
.Sh PLUGIN COMMANDS
.\" ------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit dd90d64

Please sign in to comment.