Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 20

6apxatCurtisOdenericgillettelf349141590x00 +15 guests

Why minimum age is 16?

Hi,

In garden/vanilla2, when I created a demo account so that people will be able to chek out the theme made by my wife (on more pages than what guest are able to view), I tried to leave out the birthday info, it was not possible. Then I tried to set it to 3 days ago (the date she started the theme), but I got a message stating I needed to be older than 16 yo.

It's seems to be in there:

library/core/functions.validation.php: // The minimum age for joining is 16 years before now.


1. Why is there such a limit? And if it's required, maybe it would be a good idea to put the value into a parameter.

2. Or maybe drop altogether the requirement for choosing a birthdate.
Tagged:

Comments

  • Posts: 2,058
    Wow, didn't realize that, good catch. I could see making it 13 because of COPPA, but 16 seems odd.

    Vanilla developer [GitHub, Twitter]

  • Posts: 126
    I dont think there should be an age limit there is no swearing of very little on here also look in

    [code]
    library/core/functions.validation.php
    [/code]
    and search for 16 and change it
  • Posts: 4,883
    I'm sure there was a reason - although I can't remember what it was. I say we change it :)
  • Posts: 126
    Great idea also mabey have a post count on the post bit or profiel
  • Posts: 42
    I would like this change, no one I know really can join because they're not yet 16, it's stupid. Mark... You said you would change it months ago....
  • Posts: 2,058
    He didn't say he would change it next, he agreed it should be changed. Let's not get flippant. There's much to be done yet and this is relatively minor.

    Vanilla developer [GitHub, Twitter]

  • Posts: 5,574
    heh heh good pun Lincoln :)
  • lucluc
    Posts: 1,015
    If I was mean, I could say, it is apparantly fixed here, on vf.org, as Bac213 was able to become a member.
  • lucluc
    Posts: 1,015
    @Mark: do you want it to be 13?

    Anyway, choose a number and I'll change it and do a pull request.
  • Posts: 4,883
    If 13 is the correct age, then let's go for it. Another thing we could do is just remove the birthdate altogether and just do a checkbox with text like "I am over 13 years of age" or something like that. It would mean less work for people registering...

    If we did that, I say we leave the BirthDate field in the db, don't add any new fields, and just require that the box be checked in order for the form to save.
  • Posts: 42
    @Mark, Great idea!
  • Posts: 2,058
    I like this plan.

    Vanilla developer [GitHub, Twitter]

  • For some countries there are no such restrictions and also some people might be reluctant about sharing their age. I think that it would be cool if we could just be able to disable it.
Sign In or Register to comment.