summaryrefslogtreecommitdiff
path: root/installer/views
diff options
context:
space:
mode:
authorfpaterno <florent.paterno@gmail.com>2010-02-26 16:59:37 +0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-26 22:19:18 +0800
commitb4922f4d176662976c9d2b249edf0e50a0cdfdf1 (patch)
tree81c34f2fd6314033603f1bdcba12c1efc9689ad6 /installer/views
parented0f93a965bc2640411edaf2054791037ad36ed3 (diff)
Password value on installer must be hidden
Diffstat (limited to 'installer/views')
-rw-r--r--installer/views/get_db_info.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php
index ada0793c..1eeecd91 100644
--- a/installer/views/get_db_info.html.php
+++ b/installer/views/get_db_info.html.php
@@ -57,7 +57,7 @@
Password
</td>
<td>
- <input name="dbpass" value=""/>
+ <input name="dbpass" value="" type="password" />
</td>
</tr>
<tr>