From b21433dcb25692e9d38deb2433ee387c619280f3 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 28 Jul 2014 03:16:17 -0400 Subject: [PATCH] Show the email of the auto generated admin --- mayan/apps/web_theme/templates/web_theme_login.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/web_theme/templates/web_theme_login.html b/mayan/apps/web_theme/templates/web_theme_login.html index b9a3faef99..da8a5575da 100644 --- a/mayan/apps/web_theme/templates/web_theme_login.html +++ b/mayan/apps/web_theme/templates/web_theme_login.html @@ -40,6 +40,7 @@

{% trans 'You have just finished installing Mayan EDMS, congratulations!' %}

{% trans 'Login using the following credentials:' %}

{% blocktrans with auto_admin_properties.account as account %}Username: {{ account }}{% endblocktrans %}

+

{% blocktrans with auto_admin_properties.account.email as email %}Email: {{ email }}{% endblocktrans %}

{% blocktrans with auto_admin_properties.password as password %}Password: {{ password }}{% endblocktrans %}

{% trans 'Be sure to change the password to increase security and to disable this message.' %}