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