MyBB Community Forums

Full Version: Reset date of birth for all users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I recently merged vbulletin to mybb and the date of birth is causing problems with members logging in. The year is there and day but somehow the month was lost during the merge. Is there anyway to set all date of births to blank without any of it being filled in?
You are going to have to use an SQL script. Opne phpmyadmin (in cpanel) and fun the following to remove users age.

UPDATE mybb_users SET birthday = '';
Hello,

That got ride of the year but the day is still there.
Try rebuilding the birthday cache. Its under the Admin CP->Tools->Cache Manager.
Thanks that did the trick Smile