Make WordPress Core

Opened 4 years ago

Closed 3 years ago

#52884 closed defect (bug) (maybelater)

Sorting users by registered date assumes users were registered in order

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: Priority: low
Severity: normal Version:
Component: Users Keywords: needs-patch
Focuses: multisite, performance Cc:

Description

On the Network Admin -> Users screen on a Multisite installation, clicking the Registered column header sorts the users by ID. This assumes users were registered in the same order as the order of their sequential IDs.

Importing users breaks this assumption, as a user's registered date may be earlier than their ID otherwise suggests.

Ideally this column header would sort by the user_registered field instead, but this has performance concerns because it's not part of an index.

Change History (1)

#1 @johnbillion
3 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to maybelater
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.