Account Registeration problem

according to my nature I have to create all account and configure for all user. my past experience was with the jabberD1.4 win32 version, in that I can continueously create the accounts for users. but in this ejabberd server give me "User are not allow to register account so fast" and I have to wait....
I don't want to wait.... so please help me how to change this setting

my e-mail is march.born@gmail.com please help me

In ejabberd.cfg add a line

In ejabberd.cfg add a line with this option:

{registration_timeout, infinity}. 

Restart ejabberd, then register the accounts.

After you register all the accounts, remember to put something like this to ensure spammers don't create millions of accounts in your server:

{registration_timeout, 600}.

This will be mentioned in the next ejabberd Guide.

Another way to create accounts is using the shell:

ejabberdctl register testaccount1 localhost mypass123

User testaccount1@localhost succesfully registered
Syndicate content