Title: Password Strength
Last modified: November 2, 2018

---

# Password Strength

 *  Resolved [lapapo](https://wordpress.org/support/users/lapapo/)
 * (@lapapo)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/password-strength-9/)
 * Hello,
    Is there an option to remove the password strength requirement when someone
   registers on the site?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [cosmoweb](https://wordpress.org/support/users/cosmoweb/)
 * (@cosmoweb)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/password-strength-9/#post-10841964)
 * Hi lapapo,
 * you can use this snippet code in functions.php in the child theme
 *     ```
       //Remove password strength check
       function iconic_remove_password_strength() {
           wp_dequeue_script( 'wc-password-strength-meter' );
       }
       add_action( 'wp_print_scripts', 'iconic_remove_password_strength', 10 );
       ```
   
 *  Thread Starter [lapapo](https://wordpress.org/support/users/lapapo/)
 * (@lapapo)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/password-strength-9/#post-10842162)
 * Amazing! Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Password Strength’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [lapapo](https://wordpress.org/support/users/lapapo/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/password-strength-9/#post-10842162)
 * Status: resolved