pub async fn clear_email_verified(
conn: &mut PgConnection,
user_id: Uuid,
) -> ModelResult<()>Expand description
Drops a proof of control, for an admin revoking a verification. Address changes do not need it;
the clear_email_verification trigger handles those.