diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-26 09:59:49 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-26 09:59:49 -0800 |
commit | 7d2885fe94d8b343af3f8ce1619be13a03056c5e (patch) | |
tree | 81a5a989df51ef13acbbdffc1929491ce6df0ffb /installer/views | |
parent | b4922f4d176662976c9d2b249edf0e50a0cdfdf1 (diff) |
Revert "Password value on installer must be hidden"
This reverts commit b4922f4d176662976c9d2b249edf0e50a0cdfdf1.
Diffstat (limited to 'installer/views')
-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 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> |