From a15d583d4d3d997e25b7c8653ccf1935db29f3f6 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 25 Oct 2010 18:57:39 +0200 Subject: [PATCH] Add CAPTCHA example configurations to cfg (EJAB-1262)(EJAB-1326) --- src/ejabberd.cfg.example | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ -521,6 +521,16 @@ {plugins, ["flat", "hometree", "pep"]} % pep requires mod_caps ]}, {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.