Skip to content
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

Recaptcha Breaks 2FA #6

Open
rogueops opened this issue Apr 7, 2019 · 7 comments
Open

Recaptcha Breaks 2FA #6

rogueops opened this issue Apr 7, 2019 · 7 comments

Comments

@rogueops
Copy link

rogueops commented Apr 7, 2019

Have had 2FA installed for quite some time with no issues. After installing recaptcha, it shows up on the login page and then when entering login it just goes to a blank page. When disabling the recaptcha plugin and just refreshing the page the 2FA code page shows up and then loads the email. Created identical ticket with 2FA plugin as I do not know which is breaking which as each on their own works.

@sjinks
Copy link
Owner

sjinks commented Apr 11, 2019 via email

@rogueops
Copy link
Author

rogueops commented Apr 11, 2019 via email

@1kUHuiswkvj7spRO
Copy link

What version of PHP are you running?
What do your PHP error log files say? Nothing would be in mail.err or mail.log, as that usually pertains to the internal mail system.

@rogueops
Copy link
Author

rogueops commented Apr 11, 2019 via email

@1kUHuiswkvj7spRO
Copy link

1kUHuiswkvj7spRO commented Apr 11, 2019

This sounds like a required dependency was not satisfied:
"google/recaptcha": "^1.1"

Did you install this plugin with composer?

If so, run
php composer.phar show

and ensure this line exists:
... google/recaptcha 1.2.1 Client library for reCAPTCHA, a free service that protects websites from spam and abuse. ...

@rogueops
Copy link
Author

rogueops commented Apr 11, 2019 via email

@1kUHuiswkvj7spRO
Copy link

I should of been more specific, The php composer.phar show command should be run within the root directory of your roundcube installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants