diff options
author | Badlop <badlop@process-one.net> | 2010-10-25 18:57:39 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-10-25 18:57:39 +0200 |
commit | a15d583d4d3d997e25b7c8653ccf1935db29f3f6 (patch) | |
tree | 807724cb159b1ce4a6348501686378953856258c | |
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 4087947b6..d05ca8e67 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -522,6 +522,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. %% |