-
I am still getting the Detected a Cloudflare version 2 Captcha challenge, This feature is not available in the opensource (free) version. in my code, even when I am trying to use the captcha parameter…
-
Carefully commenting, can captcha cease?
...Eh...
... I've guessing not. But over the last several years, Google's captcha has become very difficult to deal with. The small images have no contra…
-
设置 `CAPTCHA_ID` 和 `PRIVATE_KEY` 如下:
```php
define("CAPTCHA_ID", "11");
define("PRIVATE_KEY", "22");
```
测试也能正常初始化并且验证成功,这样的话,这两个参数的用意是什么?是用于使用后台自定义的配置信息和统计数据吗?
![image](https://cloud.githu…
-
react-google-recaptcha version: 2.1.0
Hello, is there any way to use this plugin with recaptcha enterprise? Currently I've configured the enterprise key, no error appears but in the recaptcha graph…
-
In Android,
I tried using the sample code created the new recapatcha v2 project and proper captcha site key but getting this error.
![Screenshot 2020-08-05 at 5 24 30 PM](https://user-images.gith…
-
Add a model called `UserLoginTrait` and a migration for the `user_login_traits` table with the following fields
* id, int, primary key
* user_id, int, foreign key to users
* ip_address, string /…
jrgns updated
5 years ago
-
```
It would be nice to have the replies
in different languages.
Maybe at the beginning a command like this:
$form->setLanguage("german")
Or a cvs file to load
$form->setLanguage("mylanguage.csv")
…
-
```
It would be nice to have the replies
in different languages.
Maybe at the beginning a command like this:
$form->setLanguage("german")
Or a cvs file to load
$form->setLanguage("mylanguage.csv")
…
-
```
It would be nice to have the replies
in different languages.
Maybe at the beginning a command like this:
$form->setLanguage("german")
Or a cvs file to load
$form->setLanguage("mylanguage.csv")
…
-
i followed the instructions, installed the module, imported on ngModule, got the site key, everything as usual (done it before on angular 5), but this time with angular 6.0.3, i can't see the captcha.…