Comments 3Burak ARICI started the conversationMay 7, 2024 at 8:45amCustomers have to create a long password when registering. Consisting of approximately 12 characters. I want to reduce password length and allow them to create simpler passwords. Can you help with this? Thank you.Attached files: Ekran görüntüsü 2024-05-07 114512.png 2,214WebWizards repliedMay 7, 2024 at 6:48pmHello Burak,This is controlled by the general WooCommerce password strength settings.There are some plugins such as this one https://wordpress.org/plugins/wc-password-strength-settings/ that can change this.Alternatively, if you prefer to do it with code snippets, the code in the top answer here may also be able to help: https://stackoverflow.com/questions/43899310/change-woocommerce-default-password-security-levelKind regards,Stefan Sign in to reply ...
Customers have to create a long password when registering. Consisting of approximately 12 characters. I want to reduce password length and allow them to create simpler passwords. Can you help with this? Thank you.
Attached files: Ekran görüntüsü 2024-05-07 114512.png
Hello Burak,
This is controlled by the general WooCommerce password strength settings.
There are some plugins such as this one https://wordpress.org/plugins/wc-password-strength-settings/ that can change this.
Alternatively, if you prefer to do it with code snippets, the code in the top answer here may also be able to help: https://stackoverflow.com/questions/43899310/change-woocommerce-default-password-security-level
Kind regards,
Stefan