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