rnadler / ng2-password-strength-bar

Angular 2/4/5 Password Strength Bar
http://bobonmedicaldevicesoftware.com/blog/2016/12/09/publishing-an-angular-2-component-npm-package/
MIT License
20 stars 17 forks source link

How can I configure the rules ? #12

Open TheParad0X opened 7 years ago

TheParad0X commented 7 years ago

Hello,

I would like to have the possibility to configure the rules, like changing the minimum length of a password to be considered strong. Is this possible ?

Cheers

rnadler commented 7 years ago

It is certainly possible to configure the strength algorithm via input parameters. Please feel free to fork this project, code the desired changes, and submit a pull request. :smile: