Inherits from US2Validator : NSObject
Declared in US2ValidatorPasswordStrength.h

Overview

The password strength validator contains a password strength condition (see US2ConditionPasswordStrength). A valid string matches or is above the required strength.

Tasks

Properties

requiredStrength

The required password strength of the validator, options are:

@property (nonatomic, assign) US2PasswordStrength requiredStrength

Discussion

  • US2PasswordStrengthVeryWeak
  • US2PasswordStrengthWeak
  • US2PasswordStrengthMedium (Default Value)
  • US2PasswordStrengthStrong
  • US2PasswordStrengthVeryStrong

Declared In

US2ValidatorPasswordStrength.h