dsoares / roundcube-rcguard

Roundcube plugin to enforce reCAPTCHA for users who have too many failed logins.
24 stars 10 forks source link

Missing required parameters: sitekey in console #28

Closed TempestaWeb closed 4 years ago

TempestaWeb commented 5 years ago

I have merged the configuration file and updated it with my public and private key. The API is set to v2. What am I doing wrong? I see no captcha but it locks me out for the grace period.

JavaScript console this appears:

uncaught Error: Missing required parameters: sitekey at new d$ (recaptchaen.js:489) at new iB (recaptchaen.js:502) at kh (recaptchaen.js:508) at recaptchaen.js:513 at Array.forEach () at w$ (recaptchaen.js:513) at Yh (recaptchaen.js:501) at Pd (recaptchaen.js:498) at recaptchaen.js:514 at recaptcha__en.js:534

dsoares commented 5 years ago

My i see your rcguard/config.inc.php file? (of course, remove your site/private keys). And did you request reCAPTCHA v2 keys? Not v3 nor invisible?

dsoares commented 4 years ago

I suppose you figured it out. Closing. If not, please reopen the issue.