Skip to content

Commit

Permalink
Merge pull request #182 from RoyboyNL/master
Browse files Browse the repository at this point in the history
Check for the correct dictionary name
  • Loading branch information
lowe authored Dec 20, 2016
2 parents 1486715 + 1562b69 commit 63bd219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feedback.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ feedback =
'This is a very common password'
else if match.guesses_log10 <= 4
'This is similar to a commonly used password'
else if match.dictionary_name == 'english'
else if match.dictionary_name == 'english_wikipedia'
if is_sole_match
'A word by itself is easy to guess'
else if match.dictionary_name in ['surnames', 'male_names', 'female_names']
Expand Down

0 comments on commit 63bd219

Please sign in to comment.