NOTE: This module is a fork of the original OXID eSales Simple Captcha Module. It is not compatible with the original module which added additional settings to the module configuration like enabling/disabling of scopes.
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
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.
Please proceed with one of the following ways to install the module:
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 oxid-projects/captcha-module --no-update
Read for more details: https://stackoverflow.com/a/13500676
{
"repositories": [
"kussin_oxidcaotchamodule": {
"type": "vcs",
"url": "https://github.com/kussin/oxid-captcha-module.git"
}
],
"require": {
"oxid-projects/captcha-module": "dev-master"
}
}
And then run the following command in commandline of your shop base directory (where the shop's composer.json file resides).
composer update --no-interactions
Clone the module to your OXID eShop modules/oe/ directory:
git clone https://github.com/kussin/oxid-captcha-module.git
- Make a new folder "captcha" in the modules/oe/ directory of your shop installation.
- Download the https://github.com/OXIDprojects/captcha-module/archive/master.zip file and unpack it into the created folder.
- Activate the module in the administration panel.
Disable the module in administration area and delete the module folder.
Kussin | eCommerce und Online-Marketing GmbH
Fahltskamp 3
25462 Rellingen
Germany
Fon: +49 (4101) 85868 - 0
Email: info@kussin.de
End-User Software License Agreement
(c) 2006-2022 Kussin | eCommerce und Online-Marketing GmbH