Viewing 7 replies - 1 through 7 (of 7 total)
  • Try adding this to functions.php.

    function wc_ninja_remove_password_strength() {
    	if ( wp_script_is( 'wc-password-strength-meter', 'enqueued' ) ) {
    		wp_dequeue_script( 'wc-password-strength-meter' );
    	}
    }
    add_action( 'wp_print_scripts', 'wc_ninja_remove_password_strength', 100 );
    Plugin Contributor Mike Jolley

    (@mikejolley)

    > excessively severe

    There is no such thing as excessively severe when it comes to user security ??

    scottlin74

    (@scottlin74)

    Why didn’t you explain where these settings are in 2.5.2 to lower the level Mike??

    Why is it so hard to get an answer on this FFS!

    And you might think there is no such thing as > excessively severe when it comes to security but there is when it comes to usability and this is ridiculous.

    I’m looking for answers and all i can find is fanboy security comments from you but nothing on how to do it despite you clearly stating 2.5.2 could lower the threshold.

    HOW DO YOU DO IT? WHERE ARE THE SETTINGS?

    scottlin74

    (@scottlin74)

    Did it manually. Thanks Kimsf

    Plugin Contributor Mike Jolley

    (@mikejolley)

    @scottlin74 we already made it non-blocking for checkout processes – it won’t kill conversions.

    Kimsf, When I add the code to functions.php, it breaks my entire site. every page comes up as a completely blank white page.

    Plugin Contributor Mike Jolley

    (@mikejolley)

    bingtx you may have pasted in the wrong place, enable WP_DEBUG mode to see your error.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can I lower the password difficulty required to register?’ is closed to new replies.