• Resolved pcw3r

    (@pcw3r)


    Hello,

    Register new user not work when i configure reCAPTCHA v2. I have each this following message : “There is already an account using that email. Try another email or Recovery your email.”

    When disable this feature, i havent issue.

    Regards,

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author WP Attest

    (@attest)

    Hi,

    Thank you for reporting the issue. We will investigate the problem and let you know.

    Plugin Author WP Attest

    (@attest)

    Hi,

    The code clearly has provision to show the message if and only if WordPress returns an error while inserting a user.

    Can you please delete that user and try to register with reCAPTCHA?

    Thread Starter pcw3r

    (@pcw3r)

    Hello,

    It was the first thing I did, to check from my base if the user existed, but it was not the case.

    And in this case, why when i disable the recaptcha the issue disappear ? If i have existing user in my databse, i should have the same message.

    But, i test again by precaution to register random user, with random mail address (to be sure that this user not existing in my database), and i have same issue.

    Regards,

    Plugin Author WP Attest

    (@attest)

    Hi,

    In v1.7.2 we fixed the issue.
    Previously we were using file_get_contents() to verify captcha. But it may not be supported in all PHP servers.
    So, we have switched to wp_remote_get() which depends on curl library of PHP.

    Please update and let us know if this solved the issue.

    Thank you!

    Thread Starter pcw3r

    (@pcw3r)

    Is perfect now with version 1.7.2.

    Thanks a lot !

    Regards,

    • This reply was modified 4 years, 2 months ago by pcw3r.
    Plugin Author WP Attest

    (@attest)

    Please check my latest reply as we fixed this in v1.7.2

    Thread Starter pcw3r

    (@pcw3r)

    All is okay now ??

    Thank you for the reactivity

    • This reply was modified 4 years, 2 months ago by pcw3r.
    Plugin Author WP Attest

    (@attest)

    You are most welcome.

    If you find it helpful, it would help us a lot also to get your review
    https://www.ads-software.com/support/plugin/wp-attest/reviews/#new-post

    If you encounter also other issues, or you have features suggestions, let us know.
    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Issue when reCAPTCHAv2 is enable’ is closed to new replies.