summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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"