A module that allows one to use reCAPTCHA on Zotonic signup forms
SCM system : Git (git)
Author: François Cardinaux
Project source url: git://github.com/fcardinaux/mod_recaptcha.git
Please note that it is necessary to add the following line to signup.tpl to display the captcha:
{% include "_captcha.tpl" %}
zotonic modules install mod_recaptchaZotonic <= 0.9:
zotonic installmodule mod_recaptchaZotonic <= 0.6:
git clone git://github.com/fcardinaux/mod_recaptcha.git mod_recaptcha
Comments
Francois Cardinaux
Posted 10 years, 8 months ago.
Note that it is also necessary to configure the Recaptcha public and private keys, as explained in the REAME file, under "Configuration":
1. Go to http://www.google.com/recaptcha and follow the instructions to create your Recaptcha keys (one public key and one private key)
2. Open the administration interface, go to "Config" and click on "make a new config setting"
Module: mod_recaptcha
Key: public_key
Value: <your public key>
3. Always in "Config", click on "make a new config setting" again
Module: mod_recaptcha
Key: private_key
Value: <your private key>
Leave a comment