]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Recaptcha/README
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / Recaptcha / README
1 StatusNet reCAPTCHA plugin 0.3 11/16/09
2 =======================================
3 Adds a captcha to your registration page to reduce automated spam bots registering.
4
5 Use:
6 1. Get an API key from http://recaptcha.net
7
8 2. In config.php add:
9 addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
10                               'public_key' => 'ReplaceWithYourKey'));
11 or
12 addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
13                               'public_key' => 'ReplaceWithYourKey',
14                               'display_errors' => true));
15 Changelog
16 =========
17 0.1 initial release
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!**
21
22 reCAPTCHA Lib README
23 ====================
24
25 The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation
26 for this library can be found at
27
28         http://recaptcha.net/plugins/php