-
As this has been requested multiple times [[1]](https://github.com/fetzi/kirby-uniform-recaptcha/issues/6)[[2]](https://github.com/mzur/kirby-uniform/issues/184), I decided to take a look into adding …
-
Hi,
On `gene:encryption-key-manager:generate --force` config values are not properly decrypted and re-encrypted, which results in empty config values in admin.
Copying back old values and running `g…
edgyd updated
2 weeks ago
-
## Prerequisites
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest stable version of Elementor…
-
https://developers.google.com/recaptcha/docs/v3
-
Google reCAPTCHA v2 works fine, but generating v3 keys cause this to be displayed on the login page. https://i.imgur.com/0cVK19z.png
-
Using reCAPTCHA v3 doesn't work with a form that uses Ajax.
The JS code which is added to the form waits for a form submit trigger, but that trigger is interrupted with an event.preventDefault() by…
-
Hi,
It would be good if the plugin would warn in the console or break the build if the dev use a `` component when using recaptcha v3.
Otherwise we get `ERROR for site owner: Invalid key type` which…
-
The token appears to expire after a few minutes. I execute on page load and populate a hidden form field. By the time the user submits the form the token is expired.
Can we have an API to configure…
-
Hi, I tried using V3 like this:
```
captcha = ReCaptchaField(
error_messages={'required': _('Must pass captcha')},
widget=ReCaptchaV3(attrs={'required_score': 0.85})
)
``…
-
Hi, trying to set up google recaptcha v3 on TB 1.1.0 I got the following error "key type not valid". V2 is just working perfectly. Please add support for v3. Thanks!