Skip to content
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

Change hard delete process for account deletion to soft delete #1990

Closed
jayoshih opened this issue Jul 17, 2020 · 3 comments · Fixed by #3726
Closed

Change hard delete process for account deletion to soft delete #1990

jayoshih opened this issue Jul 17, 2020 · 3 comments · Fixed by #3726
Assignees
Labels
P1 - important Priority: High impact on UX TAG: new feature

Comments

@jayoshih
Copy link
Contributor

Summary

Due to difficulties around account recovery, we should add a deleted BooleanField to the user model so it tracks if accounts have been deleted. It will also make it easier to deactivate user accounts if they abuse our application

Category

ENHANCEMENT

@jayoshih jayoshih added the P0 - critical Priority: Release blocker or regression label Aug 3, 2020
@vkWeb
Copy link
Member

vkWeb commented Jul 23, 2022

@bjester how important is this feature now? and should we think about implementing this?

@bjester
Copy link
Member

bjester commented Jul 26, 2022

@vkWeb Yes we can proceed with implementing this. It's a bit more than simply adding the field. We'll need to address all the ways the user is handled, whether it's FK references or implementations like authentication.

@vkWeb
Copy link
Member

vkWeb commented Jul 27, 2022

Okay, sounds good. I will work on this after I finish with search PR.

@vkWeb vkWeb self-assigned this Jul 27, 2022
@vkWeb vkWeb mentioned this issue Oct 10, 2022
24 tasks
@rtibbles rtibbles added P1 - important Priority: High impact on UX and removed P0 - critical Priority: Release blocker or regression labels Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 - important Priority: High impact on UX TAG: new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants