zxcvbn-php icon indicating copy to clipboard operation
zxcvbn-php copied to clipboard

Add ability to block custom words

Open ghost opened this issue 7 years ago • 1 comments

We would like to be able to blacklist custom words, such as the name of the website on which this is being used.

ghost avatar May 21 '18 20:05 ghost

If you pass in those words as $userInputs they will (in most, if not all) cases be flagged as dictionary matches against the user_inputs dictionary.

mkopinsky avatar Aug 01 '18 01:08 mkopinsky