indigoxela / captcha

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • 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.

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.

License:GNU General Public License v2.0


Languages

Language:PHP 95.6%Language:JavaScript 3.7%Language:CSS 0.7%