mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Add CAPTCHA example configurations to cfg (EJAB-1262)(EJAB-1326)
This commit is contained in:
parent
2d8bfb1a15
commit
b0ae3d14aa
@ -545,6 +545,16 @@
|
|||||||
%% {plugins, ["flat", "pep"]} % pep requires mod_caps
|
%% {plugins, ["flat", "pep"]} % pep requires mod_caps
|
||||||
%% ]},
|
%% ]},
|
||||||
{mod_register, [
|
{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
|
%% After successful registration, the user receives
|
||||||
%% a message with this subject and body.
|
%% a message with this subject and body.
|
||||||
|
Loading…
Reference in New Issue
Block a user