Validates the strength of a password according to several rules: * size * 3+ numbers * 2+ special characters * uppercased and downcased letters * combination of numbers, letters and symbols * password contains username * sequences (123, abc, aaa)
Nando Vieira
gem "password_strength", "~> 0.3.2"