Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    2.5.2 will include a filter, and feedback for the user.

    scottlin74

    (@scottlin74)

    Mike security should be a high priority but so should not pissing your clients (us) customers off. The issue with developers is they rarely have a clue about selling stuff and the settings on this now are completely ridiculous!

    Plenty of other companies remain secure without these stupid requirements, maybe you guys need to have a look at how they do it coz you sell a shopping cart system and therefore people being able to easily buy stuff should be high on your priorities too.

    Any chance someone could answer this simple question that has been asked multiple times!

    Add this to your functions.phps to remove the requirements:

    function remove_wc_password_meter() {
    wp_dequeue_script( ‘wc-password-strength-meter’ );
    }
    add_action( ‘wp_print_scripts’, ‘remove_wc_password_meter’, 100 );

    Then use this plugin to add/control new requirements:
    https://www.ads-software.com/plugins/woocommerce-enforce-strong-password

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce Password Strength Meter Too High’ is closed to new replies.