diff --git a/data/web/templates/user/tab-user-auth.twig b/data/web/templates/user/tab-user-auth.twig index e1f84fffd..301f84439 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 }}]