zapz Posted July 6, 2022 Share Posted July 6, 2022 So I'm trying to use the integration code available for dologin.php post form (Utilities > Integration Code) login and I'm getting a captcha error: Please complete the captcha and try again. Is there a way to bypass this captcha when submitting forms? Or a way to implement it with the orignal html form? I'm using the hidden Google reCaptcha on the WHMCS login page and no captcha on the html off-whmcs page. 0 Quote Link to comment Share on other sites More sharing options...
kennerty Posted August 4, 2022 Share Posted August 4, 2022 I have the same issue. Any solution? 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted August 4, 2022 Share Posted August 4, 2022 I'd imagine you'd need to manually integrate the client side JavaScript for the reCaptcha again on the custom form so that it validates when you post through to dologin.php Another alternative is to disable the captcha but you have it enabled for a reason therefore I'd advise against disabling it. 0 Quote Link to comment Share on other sites More sharing options...
zapz Posted August 7, 2022 Author Share Posted August 7, 2022 That sounds complicated, any simpler methods? 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted August 8, 2022 Share Posted August 8, 2022 I don't think so, the dologin.php page essentially just posts through to the login page therefore if you have a captcha enabled on the login form, it will be expecting the token from the client side. Implementing the ReCaptcha should be easy enough, the resources below may help. https://developers.google.com/recaptcha/intro 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.