From b59431c3103e146bb1dee28706ca225c6f26c3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20San=20Juli=C3=A1n?= Date: Thu, 23 Jul 2015 11:46:20 +0200 Subject: [PATCH] install admin password field fix Admin Password field in install form must be of type password --- templates/install.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/install.tmpl b/templates/install.tmpl index ece78859e..df9873762 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -187,7 +187,7 @@
- +
@@ -210,4 +210,4 @@
-{{template "base/footer" .}} \ No newline at end of file +{{template "base/footer" .}}