ejabberd - Comments for "Account Registeration problem" https://www.ejabberd.im/node/3648 en In ejabberd.cfg add a line https://www.ejabberd.im/node/3648#comment-54624 <p>In ejabberd.cfg add a line with this option:</p> <pre> {registration_timeout, infinity}. </pre><p>Restart ejabberd, then register the accounts.</p> <p>After you register all the accounts, remember to put something like this to ensure spammers don't create millions of accounts in your server:</p> <pre> {registration_timeout, 600}. </pre><p> This will be mentioned in the next ejabberd Guide.</p> <p>Another way to create accounts is using the shell:</p> <pre> ejabberdctl register testaccount1 localhost mypass123 User testaccount1@localhost succesfully registered </pre> Thu, 03 Sep 2009 11:09:29 +0000 mfoss comment 54624 at https://www.ejabberd.im