trichards57 / zxcvbn-cs

C#/.NET port of Dan Wheeler/DropBox's Zxcvbn JS password strength estimation library
MIT License
59 stars 19 forks source link

Do not set extraFeedback when max score is reached #33

Open frosch95 opened 3 years ago

frosch95 commented 3 years ago

We show the feedback in the UI and our users often ask if their password is not good enough. It doesn't matter how long the password is the advice is always to add more words. I know more is better, but they were confused that they can't type in enough words to get rid of the suggestion. So we clear the feedback in our backend when the score of 4 is reached.

But for maintenance reason it would be nice if the library can handle this as the score maybe changes in future and 5 is the new 4.