pub async fn mark_code_sent( conn: &mut PgConnection, email_verification_token: &str, ) -> ModelResult<()>