Skip to content

Commit 3e11333

Browse files
committed
[DOCS] Updated README.md and extension description
1 parent 0ce2725 commit 3e11333

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Monthly Downloads](https://poser.pugx.org/derhansen/form_crshield/d/monthly)](https://packagist.org/packages/derhansen/form_crshield)
44
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
55

6-
Form challenge/response spam shield
7-
===================================
6+
Challenge/response spam shield for TYPO3 ext:form
7+
=================================================
88

99
## What is it?
1010

@@ -14,7 +14,7 @@ in TYPO3 form extension.
1414
## How does it work?
1515

1616
Form challenge/response spam shield adds a hidden input field to every form generated by the TYPO3 form
17-
extension. The input field contains a data-attribute with a challenge. The included JavaScript will
17+
extension. The input field has a precalculated value with a challenge. The included JavaScript will
1818
use the challenge to calculate an expected response which will be checked on every form submission.
1919
If the expected response is not submitted, validation for the hidden input field is considered as
2020
failed and no email will be sent.

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

33
$EM_CONF[$_EXTKEY] = [
4-
'title' => 'Form challenge/response spambot shield',
5-
'description' => 'Challenge/response spambot protection for ext:form',
4+
'title' => 'Challenge/response spambot protection for ext:form',
5+
'description' => 'Adds a hidden input field containing a challenge string to forms. Client must execute included JavaScript to calculate the expected response.',
66
'category' => 'fe',
77
'author' => 'Torben Hansen',
88
'author_email' => 'derhansen@gmail.com',

0 commit comments

Comments
 (0)