Hi all, I am thinking to add a plugin which enables to check the password strength of a user while setting/resetting the password for that user. why as a plugin because different companies may have a different rule sets to check the password strength.
The default implementation will have the password strength calculation based on the following parameters 1. Length of the password 2. Number of Character Sets involved in the password defined. For ex, Upper Case Letter, Lower Case letter, Digits and special character set. Ay suggestions/Comments? Thanks Damoder