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 @@ -545,6 +545,16 @@ %% {plugins, ["flat", "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.