Way to export just usernames?

iamjudd

Well-known member
I know you can export a list of usernames and emails but is there a way to export a list of usernames?
 
Run this query in phpMyAdmin:
Code:
SELECT `username` FROM `xf_user`
Export the output.
 
Top Bottom