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: |
|
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)
Note: See
TracTickets for help on using
tickets.