summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-26 09:59:49 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-26 09:59:49 -0800
commit7d2885fe94d8b343af3f8ce1619be13a03056c5e (patch)
tree81a5a989df51ef13acbbdffc1929491ce6df0ffb
parentb4922f4d176662976c9d2b249edf0e50a0cdfdf1 (diff)
Revert "Password value on installer must be hidden"
This reverts commit b4922f4d176662976c9d2b249edf0e50a0cdfdf1.
-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 1eeecd91..ada0793c 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="" type="password" />
+ <input name="dbpass" value=""/>
</td>
</tr>
<tr>