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.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/captcha
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2015-01-21T01:44:37.000Z (over 11 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-05-18T17:24:49.000Z (about 1 year ago)
- Last Synced: 2025-05-18T18:33:05.619Z (about 1 year ago)
- Topics: backdrop, captcha, php
- Language: PHP
- Homepage:
- Size: 798 KB
- Stars: 3
- Watchers: 35
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).