I would like change the list of years on the sign up page where the people cannot pick any year that will make them under 18. Where can I do that?
I would like change the list of years on the sign up page where the people cannot pick any year that will make them under 18. Where can I do that?
Don't know if this helps at all but in signup.php around line 518 is the formula which has 1930 in it. Maybe changing that?
Code:for ($i = date('Y'); $i >= 1930; $i --)
If it's not fun, stop doing it!
From 1930 - 1993 - which will only allow 18+ to register
Bookmarks