ejabberd - Comments for "Enable / Disable Users" https://www.ejabberd.im/node/2890 en It's possible using ACLs https://www.ejabberd.im/node/2890#comment-51979 <div class="quote-msg"> <div class="quote-author"><em>alinux</em> wrote:</div> <p>Is there a way to enable disable users ?<br /> If not when will it be implemented ?</p></div> <p>That feature request is tracked here: <noindex><a href="https://support.process-one.net/browse/EJAB-359" rel="nofollow" >Enable / Disable user</a></noindex></p> <p>Users can be disabled by using ACL. For example, to disable access to the user bob@localhost, add this line to ejabberd.cfg and restart:</p> <pre>{acl,blocked,{user,"bob","localhost"}}.</pre><p> You can also add, edit and remove ACLs with a web browser in the ejabberd Web Admin, or with a Jabber client and Ad-hoc commands.</p> <p>When the user tries to login with a Jabber client to his account, he will be rejected with the error message: Not Allowed.</p> Wed, 12 Mar 2008 00:40:38 +0000 mfoss comment 51979 at https://www.ejabberd.im