diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-25 03:59:09 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-25 03:59:09 +0000 |
commit | 51f07872faac9e2be53d7b8e61d8e143f6437478 (patch) | |
tree | 8d1c62068dd0b822f58ad4d60ae388b1402b6112 /packages/ntop | |
parent | 7adad34f4f3889dd20eccedcb0ec54a0a82becb5 (diff) | |
download | pfsense-packages-51f07872faac9e2be53d7b8e61d8e143f6437478.tar.gz pfsense-packages-51f07872faac9e2be53d7b8e61d8e143f6437478.tar.bz2 pfsense-packages-51f07872faac9e2be53d7b8e61d8e143f6437478.zip |
Make password fields mask out password with *
Diffstat (limited to 'packages/ntop')
-rw-r--r-- | packages/ntop/ntop.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml index 57156d71..6fd13c76 100644 --- a/packages/ntop/ntop.xml +++ b/packages/ntop/ntop.xml @@ -17,12 +17,12 @@ <fielddescr>NTOP Admin Password</fielddescr> <fieldname>password</fieldname> <description>Enter the password for the NTOP Web GUI. Minimum 5 characters.</description> - <type>input</type> + <type>password</type> </field> <field> <fielddescr>NTOP Admin Password AGAIN</fielddescr> <fieldname>passwordagain</fieldname> - <type>input</type> + <type>password</type> </field> </fields> <custom_add_php_command> |