![]() |
Change default allowed birthdate year?!
Hi,
I converted from SMF > vBulletin 4 all went fairly well. Issue is quite a few members bithdates got set to Jan 1 1901, and vbulletin does not like that year. The problem is members have to reset their passwords, but members with these invalid birthdates cant, they get the error "The solution of task you submitted was incorrect. Please read the instruction and try again.." So I wanted to figure out where I can change that and allow 1901 so my members can get online easier. Thanks! |
Go to PHPMYADMIN and execute the following query:
SELECT * FROM `user` WHERE `birthday` LIKE '%1901%' LIMIT 0 , 30 When the list of results comes up, you can easily see which users you can either 1) Manually modify their birthdate via ACP or 2) Update all via SQL query |
Quote:
Thats a bit over my head, I would update all to like 1980 for now, so how would I do that? Thanks |
Quote:
|
Strange its only pulling up one user when I do that query?
|
anyone?!
|
Quote:
|
yes I keep getting emails from members needing help and when i go to reset their logins there dates are set like that.
For some reason only one user is showing up, I know for a fact there are LOTS more then that...any idea?! Maybe im running the query wrong Im going in phpMyAdmin selecting my database from the drop down then running the query. |
anyone?
|
All times are GMT. The time now is 03:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|