Does the admin username match their real name? In they case discourse does not display them both since they are the same. There is a setting to have your displayed anyway.
Thanks but the real names are different (which is why I’d like to be able to see them at a glance on the admin list). I enabled that full name setting, as far as I remember.
I think it can be possible. Just need you to create a plugin implement some functions that add the real name field to the serialization data, and one new column for real name on the web view.
Edit: I found the real name field are already exist in the responsed json data, so you might have no necessary to create a plugin and operate the servers logic, just a theme component/widget to render it on client side only.
We’d like to have this too - display Name as a column and include it in the search. This has been asked for before:
It looks a little more complicated to arrange than a little CSS fiddle. Can anyone help with how this would be approached? Or perhaps provide the SQL used to build the page so it can be replicated (and modified) in Data Explorer?