Fo fix it:
Edit file: captcha/plugins/hcaptcha.php
And append new working regex
Code: Select all
'hcaptcha_secret' => [
'filter' => FILTER_VALIDATE_REGEXP,
'options' => [
//'regexp' => '#^0x[a-fA-F0-9]{40}$#'
'regexp' => '#^(0x[a-fA-F0-9]{40}|ES_[a-fA-F0-9]{32})$#'
]
],