const PASSWORD_LENGTH_MIN = 8; const PASSWORD_LENGTH_MAX = 32; const PASSWORD_COMPLEXITY_NUMBERS = false; const PASSWORD_COMPLEXITY_SYMBOLS = false;