ejabberd - Comments for "How I can change the password of a user? from command line" https://www.ejabberd.im/node/24839 en mod_admin_extra is included https://www.ejabberd.im/node/24839#comment-65865 <p>mod_admin_extra is included latest ejabberd. Please use at least ejabberd 15.05.</p> Thu, 25 Jun 2015 08:41:22 +0000 mremond comment 65865 at https://www.ejabberd.im You can not with https://www.ejabberd.im/node/24839#comment-65863 <p>You can not with set-password</p> <div class="codeblock"><code>ejabberdctl set-password user mydomain.com mypasslucky<br />Error: command &quot;set-password&quot; not known. <p># ejabberdctl status<br />The node &#039;ejabberd@myhost&#039; is started with status: started<br />ejabberd 2.1.12 is running in that node</p></code></div> <p>Then i am install mod_admin_extra</p> <p><code>ejabberdctl change_password user mydomain.com mypassstrong</code></p> Thu, 25 Jun 2015 06:01:33 +0000 kanzer comment 65863 at https://www.ejabberd.im mod_admin_extra is now in https://www.ejabberd.im/node/24839#comment-65535 <p>mod_admin_extra is now in main ejabberd repository and was included in ejabberd 15.04 release.</p> Wed, 06 May 2015 15:49:49 +0000 mremond comment 65535 at https://www.ejabberd.im This is what confused me -- https://www.ejabberd.im/node/24839#comment-65533 <p>This is what confused me -- mod_admin_extra is not in the contrib tree any more.</p> Wed, 06 May 2015 15:29:15 +0000 drdread comment 65533 at https://www.ejabberd.im It is in mod_admin_extra. It https://www.ejabberd.im/node/24839#comment-65531 <p>It is in mod_admin_extra. It is to be a contrib and is a default module in ejabberd 15.04.<br /> In that version it seems to be called change_password</p> Wed, 06 May 2015 14:36:33 +0000 mremond comment 65531 at https://www.ejabberd.im I am running ejabber https://www.ejabberd.im/node/24839#comment-65510 <p>I am running ejabber community v 14.07, which does not seem to have the set-password feature. When was this added?</p> Mon, 04 May 2015 16:48:06 +0000 drdread comment 65510 at https://www.ejabberd.im You should look into https://www.ejabberd.im/node/24839#comment-65431 <p>You should look into set-password:</p> <div class="codeblock"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set-password user server password<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set password for user user@server to password.</code></div> Tue, 07 Apr 2015 08:28:30 +0000 mremond comment 65431 at https://www.ejabberd.im