Skip to main content

insert

pub async fn insert(
    conn: &mut PgConnection,
    pkey_policy: PKeyPolicy<Uuid>,
    new: &NewStudentNumberVerificationToken,
) -> ModelResult<(Uuid, DbSecret)>
Expand description

Mints a token for a Sisu person, bound to no account: the click while logged in creates the binding. Returns the row id and the plaintext token for the mailed link.