o3-shop/simple-captcha

Captcha integration for O3-Shop

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:oxideshop-module

v1.0.0 2023-05-03 19:09 UTC

This package is auto-updated.

Last update: 2024-04-30 00:46:02 UTC


README

Description

This module provides a simple captcha ("Completely Automated Public Turing test to tell Computers and Humans Apart") challenge (distorted characters in an image).

It is used to ensure that only a user who can read the distorted characters and enter them in the related input field can submit the following forms:

  • contact
  • invite
  • pricealarm
  • suggest
  • forgot password
  • newsletter
  • register
  • suggest

The captcha module then validates the submitted value against the expected one and then decides whether to process the request (e.g. send contact mail to shop administrator) or refuse and show an error message instead.

Installation

Please proceed the following way to install the module:

Module installation via composer

In order to install the module via composer, run the following commands in commandline of your shop base directory (where the shop's composer.json file resides).

composer require o3-shop/simple-captcha

Activate Module

  • Activate the module in the administration panel.

Uninstall

Disable the module in administration area and remove it from installation:

composer remove o3-shop/simple-captcha