• Your plugin is bypassing any reCaptcha plugin installed. You should probably check for get_error_codes() on your registration_errors() call.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Dario Zadro

    (@zadro)

    This needs to be corrected in new-user-approve.php

            // if there is an error already, let it do it's thing
            if ( $errors->get_error_code() ) {
                return $errors;
            }

    It should be get_error_codes() not code. But, return errors to where? It doesn’t display back to the user trying to register. It returns to your __construct function.

    If I comment out this line:

    add_filter( 'registration_errors', array( $this, 'show_user_pending_message' ) );

    Then, all works as expected with errors.

    Hope that helps and please let us know when corrected. Thanks!

    Hi @zadro,

    Thank you for contacting us and pointing out the issue, We have forwarded the details to our QA team we will update you once we hear back from them

    Thanks!

    Hi @zadro,

    We have added the support for ReCaptcha. We have also released the plugin update. Please test it on your end and let us know the feedback.

    Thanks!

    Thread Starter Dario Zadro

    (@zadro)

    Thank you for replying. I see you increased the priority. We have tested the update, and it seems to be working properly.

    • This reply was modified 4 years, 2 months ago by Dario Zadro.

    Hi @zadro,

    It’s nice to hear that it’s working properly fine. We would appreciate a kind and honest review.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bypassing reCaptcha Plugins’ is closed to new replies.