aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-30 23:54:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-30 23:54:57 +0000
commit587a5fb37f988e603b209382fcb4450142f96ca0 (patch)
treeb234220b0e5f5098bc1301f90dc2365ff231d9c7 /packages
parent4e81fad63c5044c2e3883834677218eba0d96d7d (diff)
downloadpfsense-packages-587a5fb37f988e603b209382fcb4450142f96ca0.tar.gz
pfsense-packages-587a5fb37f988e603b209382fcb4450142f96ca0.tar.bz2
pfsense-packages-587a5fb37f988e603b209382fcb4450142f96ca0.zip
Convert password box to use "password" type to mask out the entered paswword with *'s
Diffstat (limited to 'packages')
-rw-r--r--packages/carp_settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml
index 66795397..7c9b9885 100644
--- a/packages/carp_settings.xml
+++ b/packages/carp_settings.xml
@@ -116,7 +116,7 @@
<fielddescr>Remote System Password</fielddescr>
<fieldname>password</fieldname>
<description>Enter the webGUI password of the system that you would like to synchronize with.</description>
- <type>input</type>
+ <type>password</type>
</field>
</fields>
</packagegui>