-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Captcha wont display in browser #48
Comments
Could not establish connection. Receiving end does not exist. sounds like your browser can't connect...potentially the URL for the CAPTCHA javascript library file is broken...ckeck page source and look for
it should reflect the configuration parameter configured in
|
Hi, Thanks |
That is strange, at least here (roundcubemail 1.6.0) there is no |
Tried with v2 and its works. |
can this be reproduced with latest release from here? https://github.com/pbiering/roundcube-rcguard If not, please close this issue. |
Hi,
After the first wrong login, the captcha wont display.
If i use chrome debug tool (F12) it shows this message: Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.
The captcha properties are both set: $config['recaptcha_publickey'] and $config['recaptcha_privatekey'].
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: