diff --git a/CHANGES.md b/CHANGES.md index 81fb6ebcf..0dd92eeff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -57,6 +57,8 @@ - Fixed incorrect audit worker event names (#1143) - Increased limit of memberships fetched in `createTeamMembership` to 2000 (#1143) - Fixed exception thrown when SSL certificate is already stored in the database (#1151) +- Fixed user delete button in the Appwrite console (#1216) +- Fixed missing placeholder for user name when empty (#1220) ## Breaking Changes (Read before upgrading!) diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml index 0b5641807..65b611be2 100644 --- a/app/views/console/users/index.phtml +++ b/app/views/console/users/index.phtml @@ -77,8 +77,8 @@ $auth = $this->getParam('auth', []); - ----- - Anonymous User + Unknown + Anonymous User diff --git a/app/views/console/users/team.phtml b/app/views/console/users/team.phtml index 912d12306..4b1efcd22 100644 --- a/app/views/console/users/team.phtml +++ b/app/views/console/users/team.phtml @@ -12,7 +12,7 @@
  - Unknown + Unknown diff --git a/app/views/console/users/user.phtml b/app/views/console/users/user.phtml index e8b3b04ea..d94982350 100644 --- a/app/views/console/users/user.phtml +++ b/app/views/console/users/user.phtml @@ -12,8 +12,8 @@
  - Unknown - Anonymous User + Unknown + Anonymous User @@ -97,7 +97,7 @@

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.

@@ -218,7 +218,7 @@
- +
@@ -228,7 +228,7 @@ on
- + /
@@ -265,11 +265,11 @@ data-param-user-id="{{router.params.id}}" data-event="load,logs-load"> -