wp_signon broken because of reCaptcha
-
Hi,
I am programatically letting user login to our custom website, using wp_signon under the hood.
With the reCaptcha plugin enabled, this wp_signon that only requires user_login and user_pass will always throw a ‘Password incorrect’ error.
I burned a couple of hours on this not knowing someone else added the reCaptcha plugin without my consent.
I then realised that I could login with the user in the wp-admin when checking the reCaptcha and that must be the reason wp_signon doesnt work because it expects the reCaptcha to be included.However, the error message doesn’t disclose this.
It would be great if :
1) we can disable this reCaptcha for programatic wp_signon calls
2) get better error message for wp_signon so that people know the login is failing because of a missing reCaptchaWhat do you think?
- The topic ‘wp_signon broken because of reCaptcha’ is closed to new replies.