-
Using Angular2-Recaptcha for Ionic 2.
As I can see the captcha is loaded inside an iFrame. Any idea how do I change the width or apply custom css?
`
`
Nabid updated
6 years ago
-
### Put the following in the title of your Issue:
`[Question]` for a general question.
> Be specific, people can't help you if we don't know what you are talking about
`[Bug]` for unexpected er…
-
**Describe the bug**
Just configured the plugin and got ERROR for site owner: Invalid key type in the captcha.
**To Reproduce**
Just followed the README and created a captcha v3 in the google cap…
-
in the stateless mode validation rule as it provided in the documentation:
```
$rules = ['captcha' => 'required|captcha_api:'. request('key') . ',math'];
$validator = validator()->make(request()-…
-
I tried with **capmonster.cloud** and also tried with **anti-captcha.com** and its not working at all
There what i enter in command line.
```
Enter your choice:
2
Mass DM Advertiser/Spammer
…
-
Hello. Thanks for your work, everything works great. There are only a few chips missing for a complete picture. Is it possible to add an http-based server to the soft api so that any software can send…
-
Код:
```js
var YandexMusicApi = require("yandex-music-api")
var api = new YandexMusicApi();
api.init({username: "", password: ""})
.then(function() {
return api.getGenres().then(fu…
-
Press the first key and the captcha won't respond to the keyboard anymore. You have to click on the captcha grid and then the keyboard is usable.
Weird.
-
This is what I get when I run the project locally:
My ALLOWED_HOSTS is [] in settings.py. How do I fix the reCAPTCHA error? I think you might have to add localhost to your list of supported dom…
K02D updated
3 months ago
-
Hello,
I moved my site online and now, I'm not able anymore to register new users 👍
Uncaught Error: Missing required parameters: sitekey
I guess I have to change the sitekey through Google ?…