From 7fd3d67ff30e8f23c09db13b82121990e58ba7f5 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 23 Nov 2009 12:43:15 +0000 Subject: Change captcha.sh to not depend on bash (thanks to Konstantin Khomoutov)(EJAB-1105) SVN Revision: 2749 --- doc/guide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 0b647aae9..38247d69e 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -351,7 +351,7 @@ GNU Make
  • Erlang pgsql library. Optional. For PostgreSQL authentication or storage. See section 3.2.3.
  • PAM library. Optional. For Pluggable Authentication Modules (PAM). See section 3.1.4.
  • GNU Iconv 1.8 or higher, for the IRC Transport (mod_irc). Optional. Not needed on systems with GNU Libc. See section 3.3.8. -
  • ImageMagick’s Convert program, and Bash. Optional. For CAPTCHA challenges. See section 3.1.8. +
  • ImageMagick’s Convert program. Optional. For CAPTCHA challenges. See section 3.1.8.
  • exmpp 0.9.1 or higher. Optional. For import/export user data with XEP-0227 XML files.
  • 2.4.2  Download Source Code

    @@ -1243,7 +1243,7 @@ In order to take effect there must be a translation file

    3.1.8  CAPTCHA

    Some ejabberd modules can be configured to require a CAPTCHA challenge on certain actions. If the client does not support CAPTCHA Forms (XEP-0158), -a web link is provided so the user can fill the challenge in a web browser.

    An example Bash script is provided that generates the image +a web link is provided so the user can fill the challenge in a web browser.

    An example script is provided that generates the image using ImageMagick’s Convert program.

    The configurable options are:

    {captcha_cmd, Path}
    -- cgit v1.2.3