CAPTCHA Module for OpenConf

This module adds a CAPTCHA verification to the submission and contact forms so as to ensure they are submitted by a person.

Requirements and Configuration

If running OpenConf on your own server, sign up for an hCaptcha or a Google reCAPTCHA account and enter your account API keys into this module's settings. Note: PHP must be configured so that allow_url_fopen is enabled.

The OpenConf Hosting Service already has this module pre-configured and no configuration is necessary – simply install and activate the module.

Usage – Authors

Follow the instructions provided with the CAPTCHA field on the form.


Version 3.0.0
- Added hCaptcha

Version 2.1.0
- Removed deprecated reCAPTCHA 1.0

Version 2.0.0
- Added support for reCAPTCHA 2.0

Version 1.3.0
- Added settings import/export

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