-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Age on profile is incorrect if it's not been your birthday this year! #386
Comments
Another great catch.
This is what we should be doing, so that we know if someone is 12 or 13... not sure if we want to store the birthday though as I'd rather we collect as little data (especially sensitive data like birthdates) as possible. |
My bad. |
Makes sense! One option would be to use an age-verification cookie. That would seem like the best way to avoid storing PII. It could be stripped out of the signup form and be implemented similar to this GIST: https://gist.github.com/alison-mk/edffb54e5dc088fdd35a Another nice option would be to ask for 'profile' details after an email verification step. Feels like a much nicer place to have the 'clutter' of a signup form. I think option 1 would have the nicest UX and also be the easiest to implement. |
That gist is pretty interesting - something similar could definitely work on Mutorials. I haven't searched yet, but I think the only place that uses age to restrict features (currently) is |
Since the site only asks for the year of birth it doesn't know my actual age, only how old I will be this year!
A fix could be to perhaps:
The text was updated successfully, but these errors were encountered: