Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Cees,

    We apologize for any inconvenience this issue might have caused you. We are aware of the described problems and we’ll fix it in the nearest plugin update.

    To fix it now, please complete the following steps:

    1) Open “google-captcha.php” file in the edit mode. To do this:
    a) Go to folder {your_site_home_golder}/wp-content/plugins/google-captcha via FTP;
    b) Find and download “google-captcha.php” file;
    c) Open this file with any code editor.

    OR

    a) Go to Plugins->Editor in your admin panel;
    b) In “Select plugin to edit” drop down menu choose “Google Captcha (reCaptcha) by Bestwebsoft” and click “Select” button.

    2) Find a line
    add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
    and add after it
    add_action( 'signup_blogform', 'gglcptch_signup_display' );;

    3) Find a line
    function gglcptch_signup_check( $result ) {
    and add after it

    global $current_user;<br />
    if ( ! empty( $current_user->data->ID ) )<br />
        return $result;

    4) Save changes. Upload file back to the folder {your_site_home_golder}/wp-content/plugins/google-captcha (in case you’ve downloaded it to your PC).
    5) Test plugin work.

    We’ll add the same changes in the nearest plugin update, so you’ll be able to update the product.

    Sincerely,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

    Sincerely,
    BestWebSoft Support Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug fix V3.7.8 – 23.08.2013 displaying captha error when adding a new user in th’ is closed to new replies.