Reset custom titles

How have those titles been defined?

If it's via user groups then just click Use the default user title ladder for each group.

To reset all user custom titles run this query:
UPDATE xf_user SET custom_title = ''
 
Top Bottom