Change type of password input field from "text" to "password" to prevent password from beeing seend and cached in browsers.

This commit is contained in:
dawnstrider 2012-07-17 11:50:01 +03:00
parent 2e6d4edfdd
commit 2e40df5672

View File

@ -213,7 +213,7 @@ function print_mysql_connection_form() {
</tr>
<tr>
<td>Password</td>
<td><input type="text" name="dbpass" /></td>
<td><input type="password" name="dbpass" /></td>
</tr>
</table>