pub fn del(sq: &Query, con: &mut Con) -> Res<()>Expand description
Instead of deletion, users are archived, their usernames are changed to
be archive::<username> and they are no more accessible. This needs to be
done due to user_change synchronization needs, the changes will still point
to the archived user.