Password Validator v0.4.0 PasswordValidator.Validators.CharacterSetValidator View Source
Validates a password by checking the different types of characters contained within.
Link to this section Summary
Functions
Example config [ character_set: [
Link to this section Functions
Example config [ character_set: [
upper_case: [1, :infinity],
lower_case: 1,
numbers: 1,
special: [0, 0],
allowed_special_characters: "!@#$%^&*()",
] ]