passwordMinimumLength property

int? passwordMinimumLength
getter/setter pair

The minimum allowed password length.

A value of 0 means there is no restriction. Only enforced when password_quality is NUMERIC, NUMERIC_COMPLEX, ALPHABETIC, ALPHANUMERIC, or COMPLEX.

Implementation

core.int? passwordMinimumLength;