diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-06 21:50:28 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-06 21:50:28 +0200 |
commit | 42165ca9812cb69508c8a8bb052b5d459a7d3a13 (patch) | |
tree | 02fde2b3e0b3267e6aad5a224488e52c46bf640b /config | |
parent | f8bbb4d41ffed2d7545666a48f8808312a6f87aa (diff) | |
download | pfsense-packages-42165ca9812cb69508c8a8bb052b5d459a7d3a13.tar.gz pfsense-packages-42165ca9812cb69508c8a8bb052b5d459a7d3a13.tar.bz2 pfsense-packages-42165ca9812cb69508c8a8bb052b5d459a7d3a13.zip |
widentd.xml - fix username hint to match the input validation
Diffstat (limited to 'config')
-rw-r--r-- | config/widentd/widentd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/widentd/widentd.xml b/config/widentd/widentd.xml index 55f7aec2..b0c12b72 100644 --- a/config/widentd/widentd.xml +++ b/config/widentd/widentd.xml @@ -75,7 +75,7 @@ <fieldname>username</fieldname> <description> <![CDATA[ - Enter the username you'd like displayed via widentd. Allowed characters: [a-zA-Z] only.<br /> + Enter the username you'd like displayed via widentd. Allowed characters: [a-zA-Z] and "." only.<br /> (Defaults to 'user' if left empty.) ]]> </description> |