Skip to content

A Backdrop CMS port of drupal.org/project/captcha, a challenge-response test on forms to determine whether the user is human.

License

Notifications You must be signed in to change notification settings

backdrop-contrib/captcha

Repository files navigation

CAPTCHA

A CAPTCHA is a challenge-response test most often placed within web forms to determine whether the user is human. The purpose of CAPTCHA is to block form submissions by spambots, which are automated scripts that post spam content everywhere they can. The CAPTCHA module provides this feature to virtually any user facing web form on a Backdrop site.

INSTALLATION

Install this module using the official Backdrop CMS instructions.

Configuration

Go to Configuration > People > CAPTCHA (admin/config/people/captcha). You can either use the default Math CAPTCHA or also enable the included Image CAPTCHA module.

This module allows for additional modules to extend its functionality, such as reCAPTCHA.

Disabling in development or testing environments:

The captcha module can be disabled even if the module is enabled by setting the variable disable_captcha to TRUE. For example, in settings.php you can set

$config['captcha.settings']['disable_captcha'] = TRUE;

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

Current Maintainers

This module is currently seeking maintainers. In the meanwhile it will be maintained by Herb v/d Dool.

Credits

Ported to Backdrop by Herb v/d Dool (https://github.com/herbdool/)

This module was originally written for Drupal (https://drupal.org/project/captcha). Drupal maintainers are: wundo, soxofaan, elachlan, podarok, RobLoach.

About

A Backdrop CMS port of drupal.org/project/captcha, a challenge-response test on forms to determine whether the user is human.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published