Since we have already added the `invite_as` field to models, we can now replace usage of `invite_as_admin` properly with its equivalent `invite_as == PreregistrationUser.INVITE_AS['REALM_ADMIN']`. Hence, also removed now redundant `invite_as`.