evoWeb / recaptcha

TYPO3 Extension to make use of googles nocaptcha
GNU General Public License v2.0
6 stars 18 forks source link

Fixes hmac-Exception #18

Closed jwundrak closed 6 years ago

jwundrak commented 6 years ago

Resolves #17

Like mentioned in Issue-description, parameters are verified and need a hmac. Because recaptcha-Validation is a predefinedDefaults, the validation is unsuccessful.

The hmac validation is required, if the validator is not creatable, which is defined here \TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\IsCreatablePropertyCollectionElementExtractor . I tried the hook documented in the changelog, but there is no possibility, to add this creatable-Configuration.

This pull-Request is more a hotfix and adds a 'Empty'-Validation.