-
Notifications
You must be signed in to change notification settings - Fork 228
ReCaptcha: Could not verify you are not a robot #602
Comments
My issue is the same as #601, but I can't downgrade to 4.2.3, because in 4.2.3 I have an error "Null" when I use zxcvbn library (use MinimumScore > 0). |
I am also having this issue. 4.2.3 works fine, but 4.24 gives the same "Could not verify you are not a robot" error. I get this over and over in the logs:
|
Having the same issue, but I'm running 4.2.3. Passwords are successfully updated, but reCAPTCHA says "Could not verify you are not a robot." warn: Unosquare.PassCore.Web.Controllers.PasswordController[0]
System.InvalidOperationException: Invalid Recaptcha response at Unosquare.PassCore.Web.Controllers.PasswordController.Post(ChangePasswordModel model) in C:\Unosquare\passcore\src\Unosquare.PassCore.Web\Controllers\PasswordController.cs:line 95 |
Looks like an error in PasswordController.cs (145): |
Seems changing to |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Stale: I guess the commit still nedds to be pulled.... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Keepalive |
PassCore Server 4.2.4
Describe the bug
Hi! I have an issue with passcore and recaptcha. After I fill all fields and approve captcha (have a checkbox on captcha field) when I press "change password" I see the error "Could not verify you are not a robot". As I know same issue was fixed in 4.2.3, but seems it appeared again in 4.2.4.
The text was updated successfully, but these errors were encountered: