snk / magento2-module-captcha
Extension for standard magento 2 capctah that adds Math Captcha
Installs: 768
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- magento/module-captcha: 100.3.*
This package is auto-updated.
Last update: 2023-08-29 02:33:45 UTC
README
Extension for Magento 2
Overview
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.
Requirements
Magento 2.3.*, PHP >7.1
Installation
Install with composer:
composer require snk/magento2-module-captcha
Configuration
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.
Authors
Oleh Kravets oleh.kravets@snk.de
Lisence
MIT