You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
peppertree edited this page Jul 22, 2014
·
1 revision
The first thing to do when you are in need of having Googles reCaptcha control in place is get yourself a reCaptcha authentication key. Go to this page, and create your self a key:
You can set up a global key for multiple domains or a single one for each domain you own. No matter what, you should end up with a private and a public key. Once you have those, you must follow these steps:
1``. Within your module's template, add the reCaptcha control like so:
[RECAPTCHA:your_public_key:white]
Within the token, replace your_public_key with the public key you received from google. white tells the control what theme to use. You can use "red", "white", "blackglass" and "clean".
2``. Within the module settings you must fill in your private key in the field "Private reCaptcha Key"