theopolis
select uid, username, directory from user_groups join users using (uid) where user_groups.gid = '80';
select uid, username, directory from user_groups join users using (uid) where user_groups.gid = '80' and uid != 0;