= Trac Recaptcha Plugin = !TracRecaptchaPlugin was a [http://trac.edgewall.org Trac] plugin that added a CAPTCHA (using [http://recaptcha.net reCAPTCHA]) to ticket forms. This plugin only worked in Trac 0.10. Configuration: * Once you have it installed you'll need to modify your ticket templates and add your keys to your trac.ini file. In your ticket.cs and newticket.cs files, insert the following code somewhere before your submit buttons: {{{ }}} * If you only want recaptcha for anonymous users, add: {{{ }}} * Edit your conf/trac.ini file and add these lines, including your public and private reCAPTCHA keys: {{{ [components] recaptcha_plugin.* = enabled [recaptcha] public_key = private_key = }}} Functionality is now included in SpamFilterPlugin.