From 07f85a252b96f95c05b200027a448d5af83f7373 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Sat, 19 Sep 2020 14:20:19 +0100 Subject: [PATCH] First Edition Note: To transfer to my other computer for testing --- app/views/console/users/user.phtml | 47 +++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/app/views/console/users/user.phtml b/app/views/console/users/user.phtml index 760e2b998a..7e45d6d571 100644 --- a/app/views/console/users/user.phtml +++ b/app/views/console/users/user.phtml @@ -92,6 +92,51 @@
No user preferences found
+ +

Danger Zone

+ +
+

This is the area where you can delete this account.

+ +

By deleting this account you will lose all data associated with this account.

+ +

PLEASE NOTE: Account deletion is irreversible.

+ +
+ + + + +
+
@@ -165,7 +210,7 @@ data-analytics-event="submit" data-analytics-category="console" data-analytics-label="Delete User Session" - data-service="users.deleteSession" + data-service="users.updateStatus" data-event="submit" data-loading="Loading..." data-success="trigger"