1 StatusNet reCAPTCHA plugin 0.3 11/16/09
2 =======================================
3 Adds a captcha to your registration page to reduce automated spam bots registering.
6 1. Get an API key from http://recaptcha.net
9 addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
10 'public_key' => 'ReplaceWithYourKey'));
12 addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
13 'public_key' => 'ReplaceWithYourKey',
14 'display_errors' => true));
18 0.2 Work around for webkit browsers
19 0.3 Moved to new plugin arch for SN
20 **YOU WILL NEED TO CHANGE YOUR CONFIG.PHP!**
25 The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation
26 for this library can be found at
28 http://recaptcha.net/plugins/php