ejabberd - Comments for "how to restrict registration to a given user?" https://www.ejabberd.im/node/3690 en Not implemented in https://www.ejabberd.im/node/3690#comment-54808 <p>Not implemented in ejabberd.</p> <p>But there is a related feature request with a patch available: <noindex><a href="https://support.process-one.net/browse/EJAB-915" rel="nofollow" >Option to restrict which IPs are allowed to register account</a></noindex>.</p> Mon, 26 Oct 2009 19:10:45 +0000 mfoss comment 54808 at https://www.ejabberd.im Thank you! You are right, i https://www.ejabberd.im/node/3690#comment-54807 <p>Thank you! You are right, i was asking how to implement such functionality like this:<br /> Only one user can register new users. No one else is allowed to register new user. So, you are saying that is not possible in ejabberd?</p> Mon, 26 Oct 2009 16:59:25 +0000 fazekaim comment 54807 at https://www.ejabberd.im With this config anybody can https://www.ejabberd.im/node/3690#comment-54738 <p>With this config anybody can register the account <noindex><a href="mailto:liaison@prototype.brillien.org" rel="nofollow" >liaison@prototype.brillien.org</a></noindex></p> <pre> {acl, liaison, {user, "liaison", "prototype.brillien.org"} }. {access, register, [{allow, liaison}]}. {modules, [ ... {mod_register, [{access, register}]}, ... ]}. </pre><p> Maybe what you want is that <noindex><a href="mailto:liaison@prototype.brillien.org" rel="nofollow" >liaison@prototype.brillien.org</a></noindex> can register any account? There isn't option to configure such type of restriction in ejabberd.</p> Sun, 11 Oct 2009 19:41:01 +0000 mfoss comment 54738 at https://www.ejabberd.im