liqd / aula

An online platform for political participation in schools in Germany (not in active development)
https://liqd.net
Other
27 stars 5 forks source link

Do not store user first and last name. #1032

Open fisx opened 7 years ago

fisx commented 7 years ago

Currently, the user's full name is stored, but not used for anything after the nick has been constructed from it.

Required behavior: the information about the full name should be destroyed. The easiest way to implemen this may be to write empty strings into the resp. database fields. A cleanup routing during startup should wipe any full user names that have already been stored.