async fn seed_linking_tokens(
conn: &mut PgConnection,
cx: &SeedContext,
course_id: Uuid,
claimed_by_user_id: Uuid,
) -> Result<()>Expand description
emailed_to matches no seeded account on purpose: tokens are unbound, and bind to whoever opens
the link while logged in.