From 5bdbbf60d7874fd45732efd021d57785b20bfa7a Mon Sep 17 00:00:00 2001 From: TheLegend875 <40040530+TheLegend875@users.noreply.github.com> Date: Sat, 22 Dec 2018 22:39:38 +0100 Subject: [PATCH] fixed display of username when not logged in --- core/admin/mailu/ui/templates/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/mailu/ui/templates/client.html b/core/admin/mailu/ui/templates/client.html index 6adc68a2..81bee135 100644 --- a/core/admin/mailu/ui/templates/client.html +++ b/core/admin/mailu/ui/templates/client.html @@ -53,7 +53,7 @@ configure your email client {% trans %}Username{% endtrans %} -
{{ current_user or "******" }}
+
{{ current_user if current_user.is_authenticated else "******" }}
{% trans %}Password{% endtrans %}