-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add birthdate attribute for users #194
Comments
Since when is this important? Doesn't this violate the principle of data economy? |
It is necessary for providing the network access under current regulations iirc. |
https://www.gesetze-im-internet.de/tkg_2004/__111.html The birthdate of a user is currently stored on papers that wait to be destroyed. But this can only happen after we transferred the dates of birth into our user management system. |
Please note that this only applies to users with network access. A member doesn't need to supply a birthday, only if they apply for a network connection it needs to be recorded (as is done on our forms already). |
Ergo:
|
Given the recent GDPR troubles, we probably should implement TKG § 111(5) as well:
Or we will have to set up a workflow to do that manually for Pycroft. |
@toothstone #67 is related |
Every user needs a birthdate attribute. This has to be added to the model.
Methods for editing the birthday for a user need to be implemented in the UI.
The text was updated successfully, but these errors were encountered: