kirchbergerknorr / magento2-module-captcha

Extension for Magento 2 standard captcha module that adds Math Captcha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNK Magento 2 Math Captcha


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

About

Extension for Magento 2 standard captcha module that adds Math Captcha

License:MIT License


Languages

Language:PHP 84.2%Language:HTML 15.8%