From 4322c98f730756cdb28ea1750e6f9a7ec6ea5a70 Mon Sep 17 00:00:00 2001 From: Niklas Meyer Date: Fri, 5 Aug 2022 14:12:25 +0200 Subject: [PATCH] [UI] Moved PWChange Button for users back to original place --- data/web/templates/user/tab-user-auth.twig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/web/templates/user/tab-user-auth.twig b/data/web/templates/user/tab-user-auth.twig index 675c22e1..7596a036 100644 --- a/data/web/templates/user/tab-user-auth.twig +++ b/data/web/templates/user/tab-user-auth.twig @@ -18,10 +18,6 @@ {{ lang.user.open_webmail_sso }} {% endif %} -
-
-

{{ lang.user.change_password }}

-

@@ -47,6 +43,8 @@

{{ mailboxdata.quota_used|formatBytes(2) }} / {% if mailboxdata.quota == 0 %}∞{% else %}{{ mailboxdata.quota|formatBytes(2) }}{% endif %}
{{ mailboxdata.messages }} {{ lang.user.messages }}

+
+

{{ lang.user.change_password }}