Function validate_password_strength

Source
pub fn validate_password_strength(
    password: &str,
    min_length: usize,
) -> Vec<String>