Index: branches/5.0.x/core/units/users/users_event_handler.php =================================================================== diff -u -N -r12970 -r13121 --- branches/5.0.x/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 12970) +++ branches/5.0.x/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 13121) @@ -1,6 +1,6 @@ Special == 'regular') { - $object->addFilter('primary_filter', 'ug.GroupId <> 11'); + $object->addFilter('primary_filter', 'ug.GroupId <> 11 OR ug.GroupId IS NULL '); } if (!$this->Application->isAdminUser) {