pub fn parse_admin(raw: &str) -> Result<Option<(String, String)>>Expand description
Parses KASL_ADMIN, which is email:password.
Absent or empty yields nothing: a server whose admin already exists has no reason to carry the password in its environment forever.