42 return new HasMinLength($min_length, $this->data_factory, $this->lng);
72 return new HasNumbers($this->data_factory, $this->lng);
An exception for terminatinating execution or to throw for unit testing.
hasLowerChars()
Get the constraint that a password has lower case chars.
hasNumbers()
Get the constraint that a password has numbers.
hasMinLength($min_length)
Get the constraint that a password has a minimum length.
__construct(Factory $data_factory, \ilLanguage $lng)
hasUpperChars()
Get the constraint that a password has upper case chars.
hasSpecialChars()
Get the constraint that a password has special chars.