From 11d61d157f6fe58b383a5894b91d78061883de24 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Thu, 18 May 2023 08:33:04 -0700 Subject: [PATCH] Clarify the text around deleting console account Console accounts are not actually deleted so a user won't be able to re-create their account after "deleting" it. --- src/routes/console/account/+page.svelte | 4 ++-- src/routes/console/account/delete.svelte | 24 +++++++++++++++++++----- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/routes/console/account/+page.svelte b/src/routes/console/account/+page.svelte index b94dc86cc8..d9247c0be5 100644 --- a/src/routes/console/account/+page.svelte +++ b/src/routes/console/account/+page.svelte @@ -154,10 +154,10 @@
- Delete Account + Deactivate Account

- Your account will be permanently deleted and access will be lost to any of your teams + Your account will be permanently deactivated and access will be lost to any of your teams and data. This action is irreversible.

diff --git a/src/routes/console/account/delete.svelte b/src/routes/console/account/delete.svelte index cf981d4e94..890c407632 100644 --- a/src/routes/console/account/delete.svelte +++ b/src/routes/console/account/delete.svelte @@ -1,13 +1,15 @@ - Delete Account -

Are you sure you want to delete your account?

+ Deactivate Account +

+ Are you sure you want to deactivate your account? This action is irreversible, and you cannot create a new account again with this email. +

+ + + - +