iamjudd Well-known member Apr 2, 2014 #1 I know you can export a list of usernames and emails but is there a way to export a list of usernames?
I know you can export a list of usernames and emails but is there a way to export a list of usernames?
P Paul B XenForo moderator Staff member Apr 2, 2014 #2 Run this query in phpMyAdmin: Code: SELECT `username` FROM `xf_user` Export the output.