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...

CommentFileSizeAuthor
user-module_0.patch989 bytesStefan Nagtegaal

Comments

morbus iff’s picture

-1 from me. I sort by user ID so that I can easily see new users.

Stefan Nagtegaal’s picture

Morbus, 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

dries’s picture

IMO, 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'.

dries’s picture

I'll have a look at this ...

dries’s picture

Committed an alternative fix to HEAD.

tostinni’s picture

IMHO 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...

Anonymous’s picture