mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Pretent we are a little bit more secure and hide the password from folks
that can look over your shoulder.
This commit is contained in:
parent
d4e32f54df
commit
8ea9996cd4
@ -801,7 +801,7 @@ function type_change(enable_change,enable_change_pptp) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" class="vncellreq">Password</td>
|
||||
<td class="vtable"><input name="password" type="text" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
|
||||
<td class="vtable"><input name="password" type="password" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -801,7 +801,7 @@ function type_change(enable_change,enable_change_pptp) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" class="vncellreq">Password</td>
|
||||
<td class="vtable"><input name="password" type="text" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
|
||||
<td class="vtable"><input name="password" type="password" class="formfld" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user