gnu-social/plugins/recaptcha
CiaranG fc0f871bfe Correction to path in README of recaptcha plugin 2009-09-18 08:27:09 +01:00
..
LICENSE Added the 0.2 recaptcha plugin. Should work in all browsers. Please test. 2009-08-03 16:39:10 -05:00
README Correction to path in README of recaptcha plugin 2009-09-18 08:27:09 +01:00
recaptcha.php define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
recaptchalib.php Added the 0.2 recaptcha plugin. Should work in all browsers. Please test. 2009-08-03 16:39:10 -05:00

README

StatusNet reCAPTCHA plugin 0.2 8/3/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:
include_once('plugins/recaptcha/recaptcha.php');
$captcha = new recaptcha(publickey, privatekey, showErrors);

Changelog
=========
0.1 initial release
0.2 Work around for webkit browsers

reCAPTCHA README
================

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

	http://recaptcha.net/plugins/php