ejabberd - Comments for "Junior Admin" https://www.ejabberd.im/forum/28184/junior-admin en That is not configurable. Of https://www.ejabberd.im/forum/28184/junior-admin#comment-67119 <p>That is not configurable. Of course you can edit the ejabberd_web_admin.erl source code, the get_acl_rule functions may do the trick.</p> <p>Another solution would be to use ejabberd commands to perform those changes<br /> $ ejabberdctl register user34 localhost pass123<br /> User user34@localhost successfully registered<br /> $ ejabberdctl change_password user34 localhost newpass<br /> $ ejabberdctl unregister user34 localhost</p> <p>You can allow the junior jabber account access to those commands. He can perform the changes with XMLRPC queries if you enable ejabberd_xmlrpc, or ReST calls if you install mod_rest, or mod_http_api...</p> Fri, 14 Oct 2016 10:34:59 +0000 badlop comment 67119 at https://www.ejabberd.im