Gal 1.41-p1Alphabetizing the user list in manage users popup

glaive

Joined: 2004-07-07
Posts: 1
Posted: Wed, 2005-08-10 23:01

I am looking to undertake modifying the user list in the manage users popup.
I understand that at current it does a raw field <or is it record> dump in order.

I did a search on this forum and came up with nothing. I have no interest in sorting the db itself just the results for that pull, with out wrecking the db.

I am proposing dumping the current list into a temp file for the purpose of perhaps a bubble sort. Does any one have any ideas before I do something potentially foolish? I figure I need it to get two fields, the user name and attributed record number, that way in a sort it doesn't lose the name <-> record association.

We have a lot of users and it is a major pain to look up a users password for them at the present.

Thank You,
Glaive.

Edit:
Is this as easy as adding the line "sort($displayUsers);" at the correct spot in manage_users.php?