helpdesk-z / helpdeskz-dev

HelpDeskZ is a free PHP based software which allows you to manage your site's support with a web-based support ticket system.
http://www.helpdeskz.com/
GNU General Public License v2.0
87 stars 66 forks source link

reCAPTCHA Not Showing #71

Open andersonit opened 1 year ago

andersonit commented 1 year ago

There doesn't seem to be any documentation on the reCAPTCHA settings so I've tried enabling it and using both v2 and v3 reCAPTCHA keys, but nothing shows on the login screen - either the checkbox or v3 badge. Is this supposed to be working or is there something else I need to configure/enable? If it should be working, what version of reCAPTCHA is it designed to use?

isobolewski commented 1 year ago

I have also problems with reCaptcha lately. It did work since I set it up, but now in the logs files there is an error which results in a "Whoops page", so I had to disable reCaptcha: /helpdesk/hdz/vendor/google/recaptcha/ --> file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000126:SSL routines::unexpected eof while reading

It seems that Google changed something and this code has to be adapted...