snk/magento2-module-captcha

This package is abandoned and no longer maintained. No replacement package was suggested.

Extension for standard magento 2 capctah that adds Math Captcha

0.8.0 2021-01-31 18:56 UTC

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