MyBB Community Forums

Full Version: Mass change ban reason
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want all the ban reason to be set as "spam" how can i do this?
UPDATE `mybb_banned` SET `reason` = 'spam'
Run the above SQL in the database.
Or
Change them all in the Admin CP-> User & Groups -> Banning and edit all the reasons.