Skip to content

add birth_date field to user, make age virtual field

Kori Roys requested to merge kjr/user-birthday into develop

We are deprecating the user.age as an integer field, and replacing it with a calculation that uses user.birth_date instead (Will be more accurate over time). This field will only show if the user is the current_user.

https://gitlab.com/JOGL/JOGL/-/issues/346

Merge request reports