mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)
SVN Revision: 2028
This commit is contained in:
parent
38f5b8f093
commit
34df1f502c
@ -1,5 +1,7 @@
|
|||||||
2009-04-22 Badlop <badlop@process-one.net>
|
2009-04-22 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
|
* src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)
|
||||||
|
|
||||||
* doc/guide.tex: Add section to document how to setup CAPTCHA
|
* doc/guide.tex: Add section to document how to setup CAPTCHA
|
||||||
support (EJAB-895)
|
support (EJAB-895)
|
||||||
* doc/guide.html: Likewise
|
* doc/guide.html: Likewise
|
||||||
|
@ -149,6 +149,7 @@
|
|||||||
%% ]},
|
%% ]},
|
||||||
|
|
||||||
{5280, ejabberd_http, [
|
{5280, ejabberd_http, [
|
||||||
|
captcha,
|
||||||
http_poll,
|
http_poll,
|
||||||
web_admin
|
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
|
%%% DEFAULT LANGUAGE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user