Mikael Nordfeldth f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 10 years ago
..
locale 51b28eda19 Localisation updates from http://translatewiki.net. 12 years ago
LICENSE d080afebbe Refactored Recaptcha plugin to use addPlugin() 14 years ago
README d080afebbe Refactored Recaptcha plugin to use addPlugin() 14 years ago
RecaptchaPlugin.php f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 10 years ago
recaptchalib.php eb0fb9c2b7 Add todo. URLs are outdated. 13 years ago

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