We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07eb5fa commit 1f11ac4Copy full SHA for 1f11ac4
src/feedback.coffee
@@ -79,7 +79,7 @@ feedback =
79
]
80
81
get_dictionary_match_feedback: (match, is_sole_match) ->
82
- warning = if match.dictionary_name == 'passwords'
+ warning = if -1 != match.dictionary_name.indexOf 'passwords'
83
if is_sole_match and not match.l33t and not match.reversed
84
if match.rank <= 10
85
'This is a top-10 common password'
0 commit comments