Index: trunk/kernel/units/users/users_event_handler.php =================================================================== diff -u -N -r4880 -r5194 --- trunk/kernel/units/users/users_event_handler.php (.../users_event_handler.php) (revision 4880) +++ trunk/kernel/units/users/users_event_handler.php (.../users_event_handler.php) (revision 5194) @@ -156,7 +156,7 @@ if ($object->GetDBField('Status') == STATUS_ACTIVE) { $groups = $object->getMembershipGroups(true); if(!$groups) $groups = Array(); - if ( !$this->Application->IsAdmin() ) array_push($groups, $this->Application->ConfigValue('User_LoggedInGroup') ); + array_push($groups, $this->Application->ConfigValue('User_LoggedInGroup') ); $this->Application->StoreVar( 'UserGroups', implode(',', $groups) ); if ($this->checkLoginPermission($login_value)) {