A page in your DokuWiki was added or changed. Here are the details:

Date        : 2011/07/22 11:25
Browser     : Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0
IP-Address  : 213.41.232.151
Hostname    : dslm0.nerim.lyon.linagora.net
Old Revision: none
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.6/config_recaptcha
Edit Summary: created
User        : coudot

====== reCAPTCHA ======

<note>Configuration file: ''self-service-password/conf/config.inc.php''</note>

===== Presentation =====

reCAPTCHA is a [[http://en.wikipedia.org/wiki/CAPTCHA|CAPTCHA]] service 
provided by [[http://www.google.com|Google]].

<note warning>reCAPTCHA require an internet connection bewteen the server 
hosting Self Service Password and Google.</note>

Google provide a PHP library and an API that will validate the CAPTCHA, see 
[[http://www.google.com/recaptcha|reCAPTCHA website]] to know more.

<note tip>The reCAPTCHA is used on every form in Self Service Password 
(password change, token, questions, etc.)</note>

===== Configuration =====

==== Activation ====

Set this to activate reCAPTCHA feature:

<file>
$use_recaptcha = true;
</file>


==== API keys ====

You need to get your own API keys from 
[[http://www.google.com/recaptcha|reCAPTCHA website]]. Then configure them in 
SSP:

<file>
$recaptcha_publickey = "xxxx";
$recaptcha_privatekey = "xxxx";
</file>


-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to