Plugin Author
Danny Santoro
(@danielsantoro)
Automattic Happiness Engineer
Thanks for the feedback! Could you elaborate a bit? I’m unfortunately not able to change what WooCommerce determines is a strong/weak/etc. password, but one thing I’ve been looking at is being able to change the message that appears at each level so you get a green light earlier if you have weaker restrictions.
The WooCommerce password strength is calculated using zxcvbn created by dropbox
https://blogs.dropbox.com/tech/2012/04/zxcvbn-realistic-password-strength-estimation/
Test here:
https://dl.dropboxusercontent.com/u/209/zxcvbn/test/index.html
It looks for common words and also substitutions to work out strength. So its better than just checking for >7 characters…
Danny,
Have you been successful in changing the feedback message based on the relaxed requirements allowed by your plugin yet (i.e. getting the green light for sooner)? If not, I’m going to have to pay someone else to accomplish this. All my site users are complaining about it and we really don’t have what would be considered extremely sensitive information anyway.
Plugin Author
Danny Santoro
(@danielsantoro)
Automattic Happiness Engineer
Hey rtbower,
This feature should be added sometime this week – there is an update coming that allows you to change the strings of text that displays at each stage.
Keep an eye out for an update soon!