Skip to content

Commit

Permalink
Made MySQL password field a password field (merged from 2.0.2 branch,…
Browse files Browse the repository at this point in the history
… r37910)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@40475 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
aoneil committed Aug 20, 2007
1 parent 6fdaee8 commit b9bc987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-form.html
Expand Up @@ -100,7 +100,7 @@ <h2>MySQL Database</h2>
</label> <br />
<label for="mysql_password">
<span>MySQL password:</span>
<input id="mysql_password" type="text" name="mysql[password]" value="<?= $databaseConfig['password'] ?>" />
<input id="mysql_password" type="password" name="mysql[password]" value="<?= $databaseConfig['password'] ?>" />
</label> <br />
<label for="mysql_database">
<span>MySQL database:</span>
Expand Down

0 comments on commit b9bc987

Please sign in to comment.