From db0cd8efb40ca9d4501e7dae2539079e0c25db96 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Wed, 11 Apr 2018 22:36:19 +0200 Subject: [PATCH] Fix the client setup page 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 5109032e..6adc68a2 100644 --- a/core/admin/mailu/ui/templates/client.html +++ b/core/admin/mailu/ui/templates/client.html @@ -26,7 +26,7 @@ configure your email client {% trans %}Username{% endtrans %} -
{{ current_user or "******" }}
+
{{ current_user if current_user.is_authenticated else "******" }}
{% trans %}Password{% endtrans %}