ejabberd - Comments for "Error: &amp;gt;Users are not allowed to register accounts so quickly" https://www.ejabberd.im/node/8846 en This is a very old thread and https://www.ejabberd.im/node/8846#comment-65746 <p>This is a very old thread and the issue might have been solved but for newbies;<br /> <code>%%{registration_timout, infinity}</code> won't work because it is commented. You need to uncomment it ie remove the <code>%%</code></p> Sun, 07 Jun 2015 08:01:19 +0000 tunde.dev comment 65746 at https://www.ejabberd.im Thanks for the reply, I tried https://www.ejabberd.im/node/8846#comment-59280 <p>Thanks for the reply, I tried placing 0 and it still waits 10 minutes before allowing the next registration. Any other suggestions?</p> Mon, 03 Dec 2012 14:58:08 +0000 voloyuriy comment 59280 at https://www.ejabberd.im From what I can see in the https://www.ejabberd.im/node/8846#comment-59279 <p>From what I can see in the source code, the mod_register uses <strong>ejabberd_config:get_local_option</strong> to get this parameter. And if the resulting value is neither integer nor <code>undefined</code>, then it unconditionally allows registration.</p> <p>First, make sure that you put your <code>{registration_timeout, disabled}.</code> in the local part of your config.<br /> Second, you could also try to use <code>0</code> instead of <code>disabled</code> as the value (however, it would only be useful if the parameter is accessible by the code, i.e. in this node's local part, and the <code>disabled</code> would not work, but that is highly improbable).</p> Mon, 03 Dec 2012 01:08:25 +0000 mikekaganski comment 59279 at https://www.ejabberd.im