My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
reCAPTCHA  
Configuration and integration settings for reCAPTCHA
Updated Apr 8, 2010 by chriswat...@gmail.com

Introduction

In version 3.5 reCAPTCHA comes built in and is used as the default image verification method on commenting, registration and logging in.

API Keys

Version 3.5 comes with reCAPTCHA API keys preinstalled which you can freely use. You can of course change these to your own keys by going to Options > System > reCAPTCHA

Integration

The default apperance of the reCAPTCHA element looks like this

Placing the following code before the {recaptcha} tag in the templates you can configure the look of the reCAPTCHA element aswell as change settings like the lanauge.

<script>
var RecaptchaOptions = {
    theme : 'white',
    lang : 'fr'
};
</script>

The above code changes the theme of the reCAPTCHA element to white and sets the lanauge to French. Now the reCAPTCHA element looks like this

Some other examples

'clean'

'blackglass'

For a full list of settings visit the reCAPTCHA documentation



http://recaptcha.net/apidocs/captcha/client.html

Comment by flux...@gmail.com, Nov 17, 2011

Sign in to add a comment
Powered by Google Project Hosting