With Powermail 13.2.0 + PowermailRecaptcha 13.1.1, both
validators.1 = RecaptchaValidator
spamshield.methods.10 = RecaptchaMethod
are enabled by default.
Both verify the same g-recaptcha-response token.
Since Google tokens are single-use, the second verification fails, causing the message:
"Please click the Captcha element at the bottom of the form and submit the form again"
Disabling
plugin.tx_powermail.settings.setup.spamshield.methods.10._enable = 0
fixes the issue.
Furthermore, usage of file ext_typoscript_constants.typoscript at extesion root make not possible to override value/constant in normal site extension.
Possible to fix that point as well?
Best.
With Powermail 13.2.0 + PowermailRecaptcha 13.1.1, both
validators.1 = RecaptchaValidator
spamshield.methods.10 = RecaptchaMethod
are enabled by default.
Both verify the same g-recaptcha-response token.
Since Google tokens are single-use, the second verification fails, causing the message:
"Please click the Captcha element at the bottom of the form and submit the form again"
Disabling
plugin.tx_powermail.settings.setup.spamshield.methods.10._enable = 0
fixes the issue.
Furthermore, usage of file ext_typoscript_constants.typoscript at extesion root make not possible to override value/constant in normal site extension.
Possible to fix that point as well?
Best.