Skip to content

WIP: Really delete user data

Matthias Larisch requested to merge really-delete-user-data into master

What does this MR do?

Previously, we kept an archived record of a user before deletion to be able to undo accidental account deletions. To fully comply with the data protection law, we should not keep these records.

Remove the record creation, as well as information which tells the user that this exists.

How confident are you it won't break things if deployed?

quite

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Matthias Larisch

Merge request reports