Log in

View Full Version : Resetting Reputation


kewalt
07-19-2006, 01:11 AM
The reputation on my board has gotten out of control. Is there any mod that I can install that would reset everyone's rep to 10?

Paul M
07-19-2006, 01:40 AM
Nope, but you could run an SQL query.

From memory I think it would be this ;

UPDATE user SET reputation = 10

kewalt
07-19-2006, 03:47 AM
Thanks that worked like a charm.