There's no UI to block users yet (bonus: you could add an `indico user <block|unblock> <id>` CLI command), but `indico shell` can be used for it ```python User.get(12345).is_blocked = True db.session.commit() ```