Maths Captcha

Categories

Component ID

2240433

Component name

Maths Captcha

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This adds a simple maths-based question (e.g. what is 5 plus 8?) to selected forms to help test whether the user is human or not.

Users with appropriate permission can specify a list of form ids to protect, which can include wildcards like foo*

The question is inserted before the first submit element, or at the end if a submit element cannot be found at the time hook_form_alter() is called.

It is a stateless mechanism, so no session variables/cookies are required. There is a 15 minute timeout from generation to validation.