MyBB Community Forums

Full Version: How to reset reputation for everyone?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to reset the reputation for everyone on my forums, how can I do that please?
Run these queries:

TRUNCATE `mybb_reputation`;
UPDATE `mybb_users` SET `reputation` = '0';