MDL-42110 do not show auth_db password in plaintext

This commit is contained in:
Petr Škoda 2013-10-07 21:03:24 +02:00
parent f8eff10319
commit b48b055643

View file

@ -124,7 +124,7 @@
<tr valign="top" class="required">
<td align="right"><label for="pass"><?php print_string("auth_dbpass_key", "auth_db") ?></label></td>
<td>
<input id="pass" name="pass" type="text" size="30" value="<?php echo $config->pass?>" />
<input id="pass" name="pass" type="password" size="30" value="<?php p($config->pass)?>" />
<?php
if (isset($err["pass"])) {