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

Date        : 2011/12/19 10:12
Browser     : Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 
Firefox/8.0
IP-Address  : 213.41.232.151
Hostname    : dslm0.nerim.lyon.linagora.net
Old Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.7/config_recaptcha?rev=1311326749
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.7/config_recaptcha
Edit Summary: 
User        : coudot

@@ -17,17 +17,26 @@
  ==== Activation ====
  
  Set this to activate reCAPTCHA feature:
  
- <file>
+ <file php>
  $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>
+ <file php>
  $recaptcha_publickey = "xxxx";
  $recaptcha_privatekey = "xxxx";
  </file>
+ 
+ ==== Theme ====
+ 
+ You can customize theme (see 
http://code.google.com/intl/de-DE/apis/recaptcha/docs/customization.html), 
known values are ''red'', ''white'', ''blackglass'' and ''clean'':
+ <file php>
+ $recaptcha_theme = "white";
+ </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