From 693c0e8673cc8ea73e7df108a811584d896dfe89 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Fri, 7 Dec 2018 20:36:53 -0800 Subject: [PATCH] Update NEWS for account deletion --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 97ed34d6..7cb66bd9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +2018-12-07 +========== + +Users can now self-service request their account to be deleted, and it will be +automatically purged after 7 days. In order to send a notification email to +the user about the request, copy the [email +configuration](https://github.com/calzoneman/sync/blob/3.0/conf/example/email.toml#L43) +to `conf/email.toml` (the same file used for password reset emails). + 2018-10-21 ==========