my URL = /e107_admin/users.php?from=0&field=user_id&asc=asc
result:

Caused by #3025
Now, it shows nothing
URL =/e107_admin/users.php?mode=main&action=list

@chory Please try this URL:
e107_admin/users.php?[debug=showsql]&field=user_id&asc=asc&from=0
..then paste the listQry value here in the comments here.
searchQuery:
Array
(
)Using Custom listQry
QRY=SELECT SQL_CALC_FOUND_ROWS u.,ue. from e107_user AS u LEFT JOIN e107_user_extended AS ue ON u.user_id = ue.user_extended_id ORDER BY u.user_id ASC LIMIT 0, 10
I messed up. I'll have a commit to fix this in a few minutes.
Fixed in #3032
Ok, works fine for me. Show members in correct order.
Great work