Bahram Hasanov

Results 1 issues of Bahram Hasanov

When user types passwords containing only numbers charsetBonus becomes 1.8, which is higher. Need to add another control for numbers ``` if (RegExp(r'^[0-9]*$').hasMatch(password)) { charsetBonus = 0.5; } ```