Topic: Deleting spam users
I converted from phpbb and I had like 3000 spam users in my old forum, that I forgot to delete before i converted.
I can't find a way to delete users with 0 post in punbb?1!?!
Can i safely delete them from the DB direct?
DELETE FROM punbb_users WHERE num_posts='0';