ejabberd - Comments for "Disable user delete from jabber clients" https://www.ejabberd.im/node/4599 en It will be so https://www.ejabberd.im/node/4599#comment-57198 <p>It will be so:</p> <div class="codeblock"><code>{modules,<br /> [<br />&nbsp; ...<br />&nbsp; %% {mod_register, [{access, register}]},<br />&nbsp; ...<br /> ]}.</code></div> Wed, 30 Mar 2011 08:59:49 +0000 K0NCTANT1N comment 57198 at https://www.ejabberd.im mod_adhoc access control? https://www.ejabberd.im/node/4599#comment-57193 <div class="quote-msg"> <div class="quote-author"><em>K0NCTANT1N</em> wrote:</div> <p>Read instruction more http://www.process-one.net/docs/ejabberd/guide_en.html#htoc56</p></div> <p>Thanks, indeed I already had denied access to mod_register to anyone, as described in the user guide:</p> <div class="codeblock"><code>{access, register, [{deny, all}]}. <p>{modules,<br /> [<br />&nbsp; ...<br />&nbsp; {mod_register, [{access, register}]},<br />&nbsp; ...<br /> ]}.</p></code></div> <p>...but the user was able to delete his account anyway!</p> <p>So I guess this is a mod_adhoc problem. But I didn't find any documentation about settin access controls on mod_adhoc. Is this possible?</p> Mon, 28 Mar 2011 10:38:27 +0000 cribz comment 57193 at https://www.ejabberd.im cribz wrote: Hi, a user https://www.ejabberd.im/node/4599#comment-57190 <div class="quote-msg"> <div class="quote-author"><em>cribz</em> wrote:</div> <p>Hi, a user accidentally deleted his ejabberd account using his jabber client. How can I prevent this?</p> <p>Is there a way to set ACLs in order to prevent users from running the "delete user" command (or maybe all administration commands?), and only allow "admin" users to run potentially unsafe commands?</p></div> <p>mod_register only has Access options to control registration, not unregistration.</p> <p>The only solution is to disable mod_register completely. Accounts can still be deleted using ejabberdctl, WebAdmin and Adhoc Commands.</p> Sun, 27 Mar 2011 00:25:44 +0000 mfoss comment 57190 at https://www.ejabberd.im cribz wrote: Hi, a user https://www.ejabberd.im/node/4599#comment-57177 <div class="quote-msg"> <div class="quote-author"><em>cribz</em> wrote:</div> <p>Hi, a user accidentally deleted his ejabberd account using his jabber client. How can I prevent this?</p> <p>Is there a way to set ACLs in order to prevent users from running the "delete user" command (or maybe all administration commands?), and only allow "admin" users to run potentially unsafe commands?</p></div> <p>Read instruction more <noindex><a href="http://www.process-one.net/docs/ejabberd/guide_en.html#htoc56" title="http://www.process-one.net/docs/ejabberd/guide_en.html#htoc56" rel="nofollow" >http://www.process-one.net/docs/ejabberd/guide_en.html#htoc56</a></noindex></p> Thu, 24 Mar 2011 13:56:46 +0000 K0NCTANT1N comment 57177 at https://www.ejabberd.im