PasswordV2Rule constructor
PasswordV2Rule(
- String attribute
Implementation
PasswordV2Rule(String attribute)
: super(
attribute: attribute,
signature: "password_v2",
description: "The $attribute field is not a valid password",
textFieldMessage:
"1 uppercased letter, 1 digit, 1 special character, 8 characters");