Closed Bug 1550145 Opened 5 years ago Closed 5 years ago

Add 'forget_after_date' field to profiles table

Categories

(bugzilla.mozilla.org :: General, task)

Production
task
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: imadueme, Unassigned)

References

(Blocks 1 open bug)

Details

Let's add a datetime forget_after_date field to the profiles table. This field will be used when determining which unresponsive inactive users to remove periodically.

This field will be normally set to 30 days after BMO notifies that a user has been "inactive" for a very long time, thus, giving the user 30 days to respond to prevent being forgotten.

Another benefit of this datetime field is that we can choose to send reminder emails as their forget-date approaches (we may choose not to do this for other reasons).

forget_after_date:

  • If null, the user should not be forgotten.
  • If set, the user can & should be forgotten on anytime greater than the set date.
  • This field should be unset anytime the user logs in or specifically requests to not be forgotten.
Blocks: 1542567
Summary: Add 'forget_after' field to profiles table → Add 'forget_after_date' field to profiles table
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.