pub fn validate_login(channel_login: &str) -> Result<(), Error>
Validate a given login name. Returns an error detailing the issue if the string is found to be invalid.