ariana-paris / otwarchive-gcode-issues

Apache License 2.0
0 stars 0 forks source link

Date of birth should start blank and then validate on save (13) #58

Open ariana-paris opened 9 years ago

ariana-paris commented 9 years ago

Original issue 58 created by shalott on 2008-05-06T18:19:31.000Z:

What steps will reproduce the problem?

  1. Log in to an account
  2. Go to the user page by clicking on the user name.
  3. Edit profile.
  4. Choose a year that makes age under 13

The profile should not give the user the option to choose a date of birth that makes the user under 13. The year selection should be limited, and the input should be checked on the server side also.

ariana-paris commented 9 years ago

Comment #1 originally posted by elzj78 on 2008-05-07T20:44:50.000Z:

Assigned to bingeling!

ariana-paris commented 9 years ago

Comment #2 originally posted by shalott on 2008-05-12T21:23:59.000Z:

Marking "Assigned"!

ariana-paris commented 9 years ago

Comment #3 originally posted by Black0Samvara on 2008-09-04T10:45:08.000Z:

<empty>

ariana-paris commented 9 years ago

Comment #4 originally posted by Black0Samvara on 2008-09-13T10:30:05.000Z:

Profile year of birth options start at 1995.

Marking as fixed and verified!

ariana-paris commented 9 years ago

Comment #5 originally posted by dasbero on 2008-09-13T20:41:40.000Z:

backend still needs to check if DOB is in the allowed range.

ariana-paris commented 9 years ago

Comment #6 originally posted by Black0Samvara on 2008-09-18T15:14:43.000Z:

This should really default to blank, not to 1 September 1970.

ariana-paris commented 9 years ago

Comment #7 originally posted by zvi.likes.tv on 2008-10-07T19:09:30.000Z:

issue 362 is a duplicate. Marked problem accepted.

ariana-paris commented 9 years ago

Comment #8 originally posted by @ariana-paris on 2008-10-14T20:24:32.000Z:

Revision 935 adds back-end validation to check that the date of birth entered would mean the user is 13 or over, otherwise they should get an error message. The select box on the edit profile page should be blank by default; the range of years that can be selected should go from 13 years ago to 90 years ago.