ejabberd - Comments for "User registration"
https://www.ejabberd.im/forum/28654/user-registration
enDo you use Pidgin in the same
https://www.ejabberd.im/forum/28654/user-registration#comment-67269
<p>Do you use Pidgin in the same machine that the server, or from other?</p>
<p>In your configuration, mod_register allows registration from the local machine, nothing else, see:</p>
<pre>
trusted_network:
- allow: loopback
</pre><p>To allow registration from other machines, set this instead:</p>
<pre>
trusted_network:
- allow: all
</pre><p>You can also configure to allow registration only from machines in your local network, this is useful if you only want to server your office machines.</p>
Wed, 18 Jan 2017 10:30:53 +0000badlopcomment 67269 at https://www.ejabberd.im