MyBB Community Forums

Full Version: Change member's Birthday?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i can't find it in Admin CP, please help.
I don't think you are able to change the members birth date.
The only way is to edit the database... why do you want to, out of interest??
(2008-11-14, 06:48 PM)Matt_ Wrote: [ -> ]The only way is to edit the database... why do you want to, out of interest??


Who cares? Maybe they entered it in wrong?
ok. thanks!
I was just curious Toungue

Anyways, I guess you can run:

UPDATE `mybb_users` SET `birthday` = 'X' WHERE `uid` = 'Y'

Change X to the birthday and Y to the user ID. The date needs to be set out like 17-6-1991 (17th June 1991). Also make sure your table prefix is correct before running this.

Or, you can just manually edit that field Toungue Whichever would be quicker for you.
thanks, its okay not that big of a deal for me to have to go to a db.

thanks for the help!