password_strength 0.3.2
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)
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (1):
            activesupport
            >= 2.3.5