gnu-social/plugins/Recaptcha
Siebrand Mazeland d4aef7a007 Localisation updates from http://translatewiki.net. 2011-05-05 23:24:49 +02:00
..
locale Localisation updates from http://translatewiki.net. 2011-05-05 23:24:49 +02:00
LICENSE Refactored Recaptcha plugin to use addPlugin() 2009-11-16 11:44:31 -05:00
README Refactored Recaptcha plugin to use addPlugin() 2009-11-16 11:44:31 -05:00
RecaptchaPlugin.php Fix URLs to reflect change in reCAPTCHA API 2011-04-27 19:48:25 +00:00
recaptchalib.php Refactored Recaptcha plugin to use addPlugin() 2009-11-16 11:44:31 -05:00

README

StatusNet reCAPTCHA plugin 0.3 11/16/09
=======================================
Adds a captcha to your registration page to reduce automated spam bots registering.

Use:
1. Get an API key from http://recaptcha.net

2. In config.php add:
addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
                              'public_key' => 'ReplaceWithYourKey'));
or
addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
                              'public_key' => 'ReplaceWithYourKey',
                              'display_errors' => true));
Changelog
=========
0.1 initial release
0.2 Work around for webkit browsers
0.3 Moved to new plugin arch for SN
    **YOU WILL NEED TO CHANGE YOUR CONFIG.PHP!**

reCAPTCHA Lib README
====================

The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation
for this library can be found at

	http://recaptcha.net/plugins/php