summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-27 22:58:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-27 22:58:39 +0000
commit8ea9996cd4e24abbd642649549b1591cd14fca83 (patch)
tree5ee6599dc4e05039d06655eb37532ef74c3a2e1e
parentd4e32f54df644e4a16d0fba0ab966a4b57ae3ac3 (diff)
downloadpfsense-8ea9996cd4e24abbd642649549b1591cd14fca83.zip
pfsense-8ea9996cd4e24abbd642649549b1591cd14fca83.tar.gz
Pretent we are a little bit more secure and hide the password from folks
that can look over your shoulder.
-rwxr-xr-xusr/local/www/interfaces.php2
-rwxr-xr-xusr/local/www/interfaces_wan.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index cff5023..fe065f5 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -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>
diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php
index cff5023..fe065f5 100755
--- a/usr/local/www/interfaces_wan.php
+++ b/usr/local/www/interfaces_wan.php
@@ -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>
OpenPOWER on IntegriCloud