|
reCAPTCHA
Configuration and integration settings for reCAPTCHA
IntroductionIn version 3.5 reCAPTCHA comes built in and is used as the default image verification method on commenting, registration and logging in. API KeysVersion 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 IntegrationThe 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'
| ||
► Sign in to add a comment
http://recaptcha.net/apidocs/captcha/client.html