Different registration_timeout settings possible?

Hello all,

is it possible to set different registration_timeout settings, e.g. allowing a certain IP to register without any limit or allowing unlimited registrations to a certain IP?

What I want to do: I have a web registration form (captcha secured) and the 10 minute limit isn't good for that. But the other thing is that I don't want to put the limit away or even just to a lower value for the in-band registration.

How can I achive this?

Regards,
Martin

Roi wrote: I have a web

Roi wrote:

I have a web registration form (captcha secured)

If that webserver is installed in the same machine that ejabberd, you can register accounts by calling "ejabberdctl register username host password" in the shell.

Or, if you install ejabberd_xmlrpc, you can register accounts by making XML-RPC calls to ejabberd from your web page.

Or install mod_rest which accepts REST calls.

All those registration methods aren't restricted by the registration_timeout option.

Hm ok then I might have to

Hm ok then I might have to rethink. At the moment, I use a modified version of the tool, you mentioned here:

http://www.ejabberd.im/mod_register_web#comment-55185

I kinda like it.

Ok, as it is the same machine for all domains, I could simply create a simple web form which executes the ejabberdctl command after submitting the data.

Syndicate content