Page 1 of 1

BUG - Captcha code needs updating

PostPosted: Wed Oct 24, 2018 10:10 pm
by darrendavid
I'm running 6.1.3 and when I tried to recover a password for a user yesterday I was stuck due to the source code dependency on dead Captcha APIs. Instead of a captcha, there's simply an image that says:

"reCAPTCHA V1 is shutdown - direct site owners to http://g.co/recaptcha/upgrade"

Easy repro - just click on "forgot password" from the login page.

Hoping that's an easy and quick fix for 6.1.4!

Darren

Re: BUG - Captcha code needs updating

PostPosted: Mon Oct 29, 2018 1:49 am
by Trufax
had the same issue today.

Re: BUG - Captcha code needs updating

PostPosted: Tue Nov 06, 2018 1:11 pm
by Rob
Hi, I have a solution to solve this problem. I have a windows 2016 server with Subsonic installation and i put nginx in front of subsonic, with php activated, then, i created an (php based) alternative password recovery system with validation email, using the subsonic API and cURL, to change the user password and works fine for my users. If you are interested on this solution, i can sent my code and explain how you can do it.

Best Regards.