Closed (fixed)
Project:
Drupal core
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Apr 2005 at 12:51 UTC
Updated:
23 May 2005 at 17:00 UTC
While we do not display ID's anywhere inside drupal (even node id's not), this is imo a bug. The user overview tables displays the user ID, whic shouldn't be the case..
Simple patch attached, please comment and apply...
| Comment | File | Size | Author |
|---|---|---|---|
| user-module_0.patch | 989 bytes | Stefan Nagtegaal |
Comments
Comment #1
morbus iff-1 from me. I sort by user ID so that I can easily see new users.
Comment #2
Stefan Nagtegaal commentedMorbus, I understand your concern but the way it is now is not the right one.
We should imo re-use (or extend) theme('marker') for that, in the first cell of the row.. We can also do this in the node admin overview to sort new created nodes..
Stefan
Comment #3
dries commentedIMO, we can't and shouldn't use theme markers for this. We could add a sortable 'member for'-column to the user overview table, if that is considered to be better. If so, the column should probably go between 'Roles' and 'Last access'.
Comment #4
dries commentedI'll have a look at this ...
Comment #5
dries commentedCommitted an alternative fix to HEAD.
Comment #6
tostinni commentedIMHO user ID and Role ID can be usefull for some administration task :
- allow block to display regarding of ID
- building lists of users through members.module
etc...
Comment #7
(not verified) commented