prolong time to register a new user using captcha

Hi,

how can someone prolong the time to register a new user using captcha.
so that new user can have more time to retype captcha and fill the registration form?

I think this time is

I think this time is hardcoded in the source code, in the file ejabberd_captcha.erl, the line

-define(CAPTCHA_LIFETIME, 120000).

So, you have to download the ejabberd source code, modify that line, recompile that file, and copy your modified ejabberd_captcha.beam overwritting the original one.

Syndicate content