Password Strength – ridiculous!
-
I just installed this and want to test it out. It wants a VERY strong password. I found some code on the WP Vendors website (will paste it here) but it doesn’t work. I need this to allow REGULAR strength passwords like WP does. I cannot expect people to input 10 or 15 or more characters for a password.
Here is the code that someone said works for them in their Functions.php file… it does NOT work for me. Please, someone give me some ideas.
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 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Password Strength – ridiculous!’ is closed to new replies.