• Resolved tt22tt

    (@tt22tt)


    Hi @minor,

    thanks for your plugin!
    Your plugin brings google reCAPTCHA to several pages automatically.
    Could you create checkboxes on the settings page where we could activate or deactivate every issue which you adress by your plugin e.g.

    Comment form
    New password form
    Registration form
    Login form
    Reset password form

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Minor

    (@minor)

    Hi @tt22tt,

    Yes, I could, but I would like to keep this plugin as simple as possible. You know, just setup site&secret key and you are protected, that’s the idea of this plugin.

    I’m sorry and hope you understand…

    Thread Starter tt22tt

    (@tt22tt)

    I want do deactivate it in the login box. Is this possible by change the code by my own?

    Thread Starter tt22tt

    (@tt22tt)

    I have deactivated it manually:
    $sgr_display_list = array(“comment_form_after_fields”, “register_form”, “lost_password”, “resetpass_form”, “woocommerce_login_form”, “woocommerce_register_form”, “woocommerce_lostpassword_form”, “woocommerce_after_order_notes”, “bp_after_signup_profile_fields”);
    // $sgr_display_list = array(“comment_form_after_fields”, “login_form”, “register_form”, “lost_password”, “lostpassword_form”, “retrieve_password”, “resetpass_form”, “woocommerce_login_form”, “woocommerce_register_form”, “woocommerce_lostpassword_form”, “woocommerce_after_order_notes”, “bp_after_signup_profile_fields”); //without login, password reset, password retrieve

    That is important for using this plugin in future for me because we use it together with a event management system. The users do not want to book an event if they have to much captcha questions.

    Thread Starter tt22tt

    (@tt22tt)

    So, I have found out that I have to to change some more:

    $sgr_display_list = array(“comment_form_after_fields”, “register_form”, “woocommerce_login_form”, “woocommerce_register_form”, “woocommerce_lostpassword_form”, “woocommerce_after_order_notes”, “bp_after_signup_profile_fields”);
    // $sgr_display_list = array(“comment_form_after_fields”, “login_form”, “register_form”, “lost_password”, “lostpassword_form”, “retrieve_password”, “resetpass_form”, “woocommerce_login_form”, “woocommerce_register_form”, “woocommerce_lostpassword_form”, “woocommerce_after_order_notes”, “bp_after_signup_profile_fields”);

    $sgr_verify_list = array(“preprocess_comment”, “registration_errors”, “bp_signup_validate”, “woocommerce_register_post”);
    // $sgr_verify_list = array(“preprocess_comment”, “wp_authenticate_user”, “registration_errors”, “lostpassword_post”, “resetpass_post”, “bp_signup_validate”, “woocommerce_register_post”);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature Wish: Checkboxes for activating all features’ is closed to new replies.