diff options
author | fpaterno <florent.paterno@gmail.com> | 2010-02-26 16:59:37 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-26 22:19:18 +0800 |
commit | b4922f4d176662976c9d2b249edf0e50a0cdfdf1 (patch) | |
tree | 81c34f2fd6314033603f1bdcba12c1efc9689ad6 /installer/views/get_db_info.html.php | |
parent | ed0f93a965bc2640411edaf2054791037ad36ed3 (diff) |
Password value on installer must be hidden
Diffstat (limited to 'installer/views/get_db_info.html.php')
-rw-r--r-- | installer/views/get_db_info.html.php | 2 |
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> |