pub fn create( pool: &DbPool, username: &str, password: &str, is_admin: bool, ) -> Result<i64>
Create a new user (admin only)