Fix deletion task, protect more account-linked data #165
No reviewers
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#165
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-account-deletion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Account deletion task had a bug in it: its was skipping all accounts that were deactivated, but accounts are deactivated as soon as
date_deletion_requested
is received via webhook.In addition to fixing that (now the task will exclude all account records that look like they were already anonymized), this also changes several on delete properties:
This PR also makes sure that API tokens and OAuth info/tokens are deleted when account is anonymized as well.
WIP: Enable deletion task, protect more account-linked datato WIP: Fix deletion task, protect more account-linked dataWIP: Fix deletion task, protect more account-linked datato Fix deletion task, protect more account-linked data