summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-02-11 18:03:59 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-02-11 18:03:59 -0800
commitd4b5bf85f32965a0260ea907456bdc842c97ba51 (patch)
tree57255c22bc07f346d2f7b7ec2148baa26bea7c03 /templates
parent2603531f2778ebf544b694d6f0aa356aa91753ff (diff)
downloadvyatta-cfg-system-d4b5bf85f32965a0260ea907456bdc842c97ba51.tar.gz
vyatta-cfg-system-d4b5bf85f32965a0260ea907456bdc842c97ba51.zip
allow empty full-name
Diffstat (limited to 'templates')
-rw-r--r--templates/system/login/user/node.tag/full-name/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/login/user/node.tag/full-name/node.def b/templates/system/login/user/node.tag/full-name/node.def
index ef739cd0..42d9dfac 100644
--- a/templates/system/login/user/node.tag/full-name/node.def
+++ b/templates/system/login/user/node.tag/full-name/node.def
@@ -1,3 +1,3 @@
type: txt
help: Full name of the user (use quotes for names with spaces)
-syntax:expression: pattern $VAR(@) "^[^:]+$"; "Cannot use ':' in full name"
+syntax:expression: pattern $VAR(@) "^[^:]*$"; "Cannot use ':' in full name"