Extension for Magento 2
The module adds a Math Captcha to standard Magento 2 captcha.
Math Captcha is when the use needs to solve a simple math expression instead of entering lots of letters.
Magento 2.3.*, PHP >7.1
Install with composer:
composer require snk/magento2-module-captcha
Go to Stores->Configuration->Customer Configuration->Captcha
-
Type - Choose either the default or math captcha type.
-
Allowed Math Signs - which math operations can be used. Division might sometimes be difficult, so consider excluding it.
-
Expression form - in which form the expression s shown.
Numbers: eg.2+2=
Words: eg.two + two =
Equation: eg.2 + x = 4
-
Label text - Text over the captcha with instructions for the user.
Oleh Kravets [email protected]
MIT