diff --git a/CHANGES.md b/CHANGES.md index 21ee6711cc..4aff9d998c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,8 @@ - Added option to delete team from the console - Added option to view team members from the console - Added option to join a user to any team from the console -- Added option to delete user from the API (@TorstenDittmann) +- Added option to delete user from the API (@TorstenDittmann - #378) +- Added option to delete user from the console (@PineappleIOnic - #538) - Added support for Brotli compression (@PedroCisnerosSantana, @Rohitub222) - New UI micro-interactions and CSS fixes (@AnatoleLucet) - UI performance & accessibility improvments (#406) diff --git a/app/views/console/users/user.phtml b/app/views/console/users/user.phtml index ebfe3c9724..f4a8eea5fd 100644 --- a/app/views/console/users/user.phtml +++ b/app/views/console/users/user.phtml @@ -93,6 +93,36 @@ No user preferences found + +

Danger Zone

+ +
+

This is the area where you can delete this user.

+ +

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

+ +

PLEASE NOTE: User deletion is irreversible.

+ +
+ + + +
+