mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-42110 do not show auth_db password in plaintext
This commit is contained in:
parent
f8eff10319
commit
b48b055643
1 changed files with 1 additions and 1 deletions
|
@ -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"])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue