Index: branches/5.2.x/core/units/user_groups/user_groups_config.php =================================================================== diff -u -N -r14585 -r14726 --- branches/5.2.x/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 14585) +++ branches/5.2.x/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 14726) @@ -1,6 +1,6 @@ Array ( '' => Array( 'UserName' => 'CONCAT(u.LastName, \' \', u.FirstName)', - 'UserLogin' => 'u.Login', + 'UserLogin' => 'u.Username', 'PrimaryGroup' => 'IF(u.PrimaryGroupId = %1$s.GroupId, 1, 0)', ), ), @@ -51,7 +51,7 @@ 'Fields' => Array( 'PortalUserId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), 'UserName' => Array ('title'=>'la_col_UserFirstLastName', 'width' => 200, ), - 'UserLogin' => Array ('title'=>'column:la_fld_Login', 'width' => 100, ), + 'UserLogin' => Array ('title'=>'column:la_fld_Username', 'width' => 100, ), 'PrimaryGroup' => Array( 'title'=>'la_col_PrimaryGroup', 'filter_block' => 'grid_options_filter', 'width' => 100, ), 'MembershipExpires' => Array ('title' => 'la_col_MembershipExpires', 'data_block' => 'grid_membership_td', 'filter_block' => 'grid_date_range_filter', 'width' => 150, ), ),