pub fn insert_admin( conn: &Connection, username: &str, password_hash: &str, ) -> Result<()>
Insert a new admin user.