24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Add CAPTCHA example configurations to cfg (EJAB-1262)(EJAB-1326)

This commit is contained in:
Badlop 2010-10-25 18:57:39 +02:00
parent 2d8bfb1a15
commit b0ae3d14aa

View File

@ -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.