Skip to main content

finish_resend

async fn finish_resend(
    conn: &mut PgConnection,
    user: &AuthUser,
    payload: &AdminResendAccountLinkingEmailPayload,
    student_number: &str,
    outcome: ResendOutcome,
    retired_mail_count: i64,
    token: AuthorizationToken,
) -> ControllerResult<Json<AdminResendAccountLinkingEmailResult>>
Expand description

Audits the resend whatever it did, and reports where this person’s mails now stand.