diff options
| author | Badlop <badlop@process-one.net> | 2009-04-22 10:21:55 +0000 |
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2009-04-22 10:21:55 +0000 |
| commit | 34df1f502c12075e4a7111126e59ad2ef44c4b5c (patch) | |
| tree | 554a98e6df1785d159647458fb970b6acb0c3a12 /src | |
| parent | * doc/guide.tex: Add section to document how to setup CAPTCHA (diff) | |
* src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)
SVN Revision: 2028
Diffstat (limited to 'src')
| -rw-r--r-- | src/ejabberd.cfg.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index 046db942b..c58489765 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -149,6 +149,7 @@ %% ]}, {5280, ejabberd_http, [ + captcha, http_poll, web_admin ]} @@ -413,6 +414,20 @@ %%}. +%%% ======= +%%% CAPTCHA + +%% +%% Full path to a script that generates the image. +%% +%%{captcha_cmd, "/lib/ejabberd/priv/bin/captcha.sh"}. + +%% +%% Host part of the URL sent to the user. +%% +%%{captcha_host, "example.org:5280"}. + + %%% ================ %%% DEFAULT LANGUAGE |
