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.