tusury / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-password: Add option to AbstractSequenceRule to only report on the first sequence found #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If the AbstractSequenceRules find multiple sequences within a string, they 
currently report an error for each found sequence. For example, checking a 
password of "abcdefghi" could return several errors - "illegal sequence abc", 
"illegal sequence bcd", "illegal sequence cde" and so on. This can lead to a 
large number of error messages which could be confusing to the end user.

It would be nice to have the option to suppress the extra errors that are 
generated when more than one sequence is found.

Original issue reported on code.google.com by max.spi...@york.ac.uk on 14 Aug 2013 at 3:46

GoogleCodeExporter commented 8 years ago
Added boolean property to control whether a single failure is reported or all 
failures.
https://github.com/vt-middleware/passay/issues/12

Note that vt-password is in maintenance, and only receiving security patches.

Original comment by dfis...@gmail.com on 13 Oct 2014 at 3:40