NAME

SparkX::Form::Field::Password - A password field for Spark::Form. Implements Spark::Form::Field::Role::MinLength

METHODS

validate ($value)

Verifies the password is at least 6 characters long

OPTIONS

min_length => Int

Supplies a minimum length for the password Default = 6

errmsg_too_short => Str

Supplies a custom message when the password is too short. Default = Your password must be at least $chars characters long.