ejabberd - Comments for "Error code=&amp;#039;500&amp;#039; type=&amp;#039;wait&amp;#039;-- Users are not allowed to register accounts so quickly" https://www.ejabberd.im/forum/25529/error-code500-typewait-users-are-not-allowed-register-accounts-so-quickly en Thanks for reply. I have https://www.ejabberd.im/forum/25529/error-code500-typewait-users-are-not-allowed-register-accounts-so-quickly#comment-66975 <p>Thanks for reply.</p> <p>I have placed yml file below. Please go through and do the needful.</p> <p>pubsub_createnode:<br /> - allow: local<br /> ## In-band registration allows registration of any possible username.<br /> ## To disable in-band registration, replace 'allow' with 'deny'.<br /> register:<br /> - allow<br /> ## Only allow to register from localhost<br /> trusted_network:<br /> - allow: loopback<br /> ## Do not establish S2S connections with bad servers<br /> ## s2s:<br /> ## - deny:<br /> ## - ip: "XXX.XXX.XXX.XXX/32"<br /> ## - deny:<br /> ## - ip: "XXX.XXX.XXX.XXX/32"<br /> ## - allow</p> <p>## By default the frequency of account registrations from the same IP<br /> ## is limited to 1 account every 10 minutes. To disable, specify: infinity<br /> registration_timeout: infinity</p> Tue, 26 Jul 2016 06:20:57 +0000 Venkey comment 66975 at https://www.ejabberd.im Can you post your yml file? https://www.ejabberd.im/forum/25529/error-code500-typewait-users-are-not-allowed-register-accounts-so-quickly#comment-66967 <p>Can you post your yml file?</p> Fri, 22 Jul 2016 18:58:53 +0000 Aditya Chowdhry comment 66967 at https://www.ejabberd.im -- https://www.ejabberd.im/forum/25529/error-code500-typewait-users-are-not-allowed-register-accounts-so-quickly#comment-66963 <p>--</p> Thu, 21 Jul 2016 09:42:54 +0000 Venkey comment 66963 at https://www.ejabberd.im Even we changed that https://www.ejabberd.im/forum/25529/error-code500-typewait-users-are-not-allowed-register-accounts-so-quickly#comment-66964 <p>Even we changed that configuration. We are facing the same issue:Users are not allowed to register accounts so quickly. Please assist...</p> Thu, 21 Jul 2016 09:42:08 +0000 Venkey comment 66964 at https://www.ejabberd.im ## In-band registration https://www.ejabberd.im/forum/25529/error-code500-typewait-users-are-not-allowed-register-accounts-so-quickly#comment-66958 <p>## In-band registration allows registration of any possible username.<br /> ## To disable in-band registration, replace 'allow' with 'deny'.<br /> register:<br /> all: allow<br /> ## By default the frequency of account registrations from the same IP<br /> ## is limited to 1 account every 10 minutes. To disable, specify: infinity<br /> registration_timeout: infinity</p> <p>Make the above changes and try again.</p> Tue, 19 Jul 2016 14:35:53 +0000 Aditya Chowdhry comment 66958 at https://www.ejabberd.im