diff options
| author | Badlop <badlop@process-one.net> | 2010-10-25 18:57:39 +0200 |
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2010-11-03 12:44:00 +0100 |
| commit | b0ae3d14aa85e8b1d932197a840562ed4ce36231 (patch) | |
| tree | 4577c3019e45ab89667ec15cc4445ba726eeb161 | |
| parent | Provide image url in registration form when captcha is enabled (diff) | |
Add CAPTCHA example configurations to cfg (EJAB-1262)(EJAB-1326)
| -rw-r--r-- | src/ejabberd.cfg.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index e4dc3aa7d..75bbf556e 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -546,6 +546,16 @@ %% ]}, {mod_register, [ %% + %% Protect In-Band account registrations with CAPTCHA. + %% + %%{captcha_protected, true}. + + %% + %% Set the minimum informational entropy for passwords. + %% + %%{password_strength, 32}. + + %% %% After successful registration, the user receives %% a message with this subject and body. %% |
