diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-30 23:54:57 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-30 23:54:57 +0000 |
commit | 587a5fb37f988e603b209382fcb4450142f96ca0 (patch) | |
tree | b234220b0e5f5098bc1301f90dc2365ff231d9c7 /packages | |
parent | 4e81fad63c5044c2e3883834677218eba0d96d7d (diff) | |
download | pfsense-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.xml | 2 |
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> |