forked from GNUsocial/gnu-social
b7d0746694
Conflicts: actions/confirmaddress.php actions/emailsettings.php actions/hostmeta.php actions/imsettings.php actions/login.php actions/profilesettings.php actions/showgroup.php actions/smssettings.php actions/urlsettings.php actions/userauthorization.php actions/userdesignsettings.php classes/Memcached_DataObject.php index.php lib/accountsettingsaction.php lib/action.php lib/common.php lib/connectsettingsaction.php lib/designsettings.php lib/personalgroupnav.php lib/profileaction.php lib/userprofile.php plugins/ClientSideShorten/ClientSideShortenPlugin.php plugins/Facebook/FBConnectSettings.php plugins/Facebook/FacebookPlugin.php plugins/NewMenu/NewMenuPlugin.php plugins/NewMenu/newmenu.css |
||
---|---|---|
.. | ||
locale | ||
LICENSE | ||
README | ||
recaptchalib.php | ||
RecaptchaPlugin.php |
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