From 998cb642a9481462ad4f524c164324b1c2c4a215 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 19 May 2022 10:43:06 +0200 Subject: [PATCH] [UI] Moved Password Change warning to top for user site --- data/web/templates/user/tab-user-auth.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/web/templates/user/tab-user-auth.twig b/data/web/templates/user/tab-user-auth.twig index e1f84fff..301f8443 100644 --- a/data/web/templates/user/tab-user-auth.twig +++ b/data/web/templates/user/tab-user-auth.twig @@ -2,11 +2,14 @@
{{ lang.user.mailbox_general }}
+ {% if mailboxdata.attributes.force_pw_update == '1' %} +
{{ lang.user.force_pw_update|raw }}
+ {% endif %} {% if not skip_sogo %}
- {% if dual_login and allow_admin_email_login == 'n' %} + {% if dual_login and allow_admin_email_login == 'n' or mailboxdata.attributes.force_pw_update == '1' %} @@ -115,9 +118,6 @@
- {% if mailboxdata.attributes.force_pw_update == '1' %} -
{{ lang.user.force_pw_update|raw }}
- {% endif %}

[{{ lang.user.client_configuration }}]

[{{ lang.user.show_sieve_filters }}]