### Issue Description Add a group with no users, the group gets added as a user in virtualgroups.conf. in addGroupUsers function in admin.php I added after the $group = $auth->cleanGroup($group) line: ``` if ( empty($users) ) { return; } ```