CAPTCHA Module for OpenConf

This module adds a CAPTCHA verification to the submission form so as to ensure it is being submitted by a person. This module uses the reCAPTCHA mechanism, which requires that you sign up for a reCAPTCHA account and enter your account API keys into this module's settings.


Version 1.2.2
- Updated recaptchalib.php

Version 1.2.1
- Fixed PHP_SELF reference in init.inc

Version 1.2.0
- Changed to use new submission form fieldset
- Split out author and concact fields

Version 1.1.1
- Added token check for settings.inc

Version 1.1.0
- Changed author-validate to check for existence of POST variables - Changed author-fields to not display blank table row for contact form, and included field label

Version 1.0.0
- Initial Release