Closed
Bug 1232869
Opened 9 years ago
Closed 9 years ago
Don't cause exceptions for task info when a user has deleted their profile
Categories
(Mozilla QA Graveyard :: One and Done, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Milestone 3
People
(Reporter: bsilverberg, Unassigned)
Details
Currently when a user deletes their profile we keep a record of their task attempts, although it is disconnected from their user data. This has caused a couple of bugs recently so it is recommended that we remove task attempts when a user deletes their profile.
Reporter | ||
Updated•9 years ago
|
Priority: -- → P2
Target Milestone: --- → Milestone 3
Comment 1•9 years ago
|
||
Sounds like good data cleanup.
Reporter | ||
Comment 2•9 years ago
|
||
I think that rather than do this we should attempt to properly anonymize attempts from deleted users, so we can keep the data and yet avoid bugs related to deleted users. I will look into doing that instead of just deleting the data.
(See bug 1233761 for example.)
Reporter | ||
Comment 4•9 years ago
|
||
A better approach, as described earlier in the bug, is to deal with situations in which a user has deleted their profile, rather than just deleting all of their data. This bug will address that.
Summary: Delete task attempts by users when they delete their profile → Don't cause exceptions for task info when a user has deleted their profile
Reporter | ||
Comment 5•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/oneanddone
https://github.com/mozilla/oneanddone/commit/586e22ce9835e3143d1a36571ca440716ea4d54b
Bug 1232869 - Don't cause exceptions for task info when a user has deleted their profile
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•