You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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 applicationCategory
ENHANCEMENT
The text was updated successfully, but these errors were encountered: