summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-12-08 16:06:04 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-12-08 16:06:04 +0000
commita504a513243c0e5e5af7a198544414952f0b170e (patch)
treeb63e79646901d8e1a44deef7bfbc813f170032a5 /docs
parent4e4cdeb8ff99b6a9bd00fed681dbfdf39436bbbf (diff)
downloadrabbitmq-server-git-a504a513243c0e5e5af7a198544414952f0b170e.tar.gz
rabbitmqctl clear_password <username>
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 6b02abe438..7605090c07 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -466,6 +466,25 @@
</varlistentry>
<varlistentry>
+ <term><cmdsynopsis><command>clear_password</command> <arg choice="req"><replaceable>username</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>username</term>
+ <listitem><para>The name of the user whose password is to be cleared.</para></listitem>
+ </varlistentry>
+ </variablelist>
+ <para role="example-prefix">For example:</para>
+ <screen role="example">rabbitmqctl clear_password tonyg</screen>
+ <para role="example">
+ This command instructs the RabbitMQ broker to clear the
+ password for the user named
+ <command>tonyg</command>. This user now cannot log in.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><cmdsynopsis><command>set_admin</command> <arg choice="req"><replaceable>username</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>