An open API service indexing awesome lists of open source software.

https://github.com/backdrop-contrib/captcha

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

backdrop captcha php

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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](https://backdropcms.org/guide/modules).

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](https://www.drupal.org/u/wundo), [soxofaan](https://www.drupal.org/u/soxofaan), [elachlan](https://www.drupal.org/u/elechlan), [podarok](https://www.drupal.org/u/podarok), [RobLoach](https://www.drupal.org/u/robloach).