aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ejabberd.cfg.example10
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.
%%