Skip to content

kussin/oxid-captcha-module

 
 

Repository files navigation

OXID eSales Simple Captcha Module modified by Kussin | eCommerce und Online-Marketing

Description

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.

Installation

Please proceed with one of the following ways 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 oxid-projects/captcha-module --no-update

Add fork to composer.json

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

Module installation via repository cloning

Clone the module to your OXID eShop modules/oe/ directory:

git clone https://github.com/kussin/oxid-captcha-module.git

Module installation from zip package

Activate Module

  • Activate the module in the administration panel.

Uninstall

Disable the module in administration area and delete the module folder.

Change log

OXID eSales CHANGELOG

User Guide

User Guide

Support

Kussin | eCommerce und Online-Marketing GmbH
Fahltskamp 3
25462 Rellingen
Germany

Fon: +49 (4101) 85868 - 0
Email: info@kussin.de

Licence

End-User Software License Agreement

Copyright

(c) 2006-2022 Kussin | eCommerce und Online-Marketing GmbH

About

OXID eShop Simple Captcha Module extend by KUSSIN | eCommerce und Online-Marketing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.0%
  • Smarty 2.0%