summaryrefslogtreecommitdiff
path: root/templates/system/login/user/node.def
blob: d23a397f4bf2330bb99f9799d93deeb01b78c81a (plain)
1
2
3
4
5
6
7
8
9
tag:
type: txt
help: Set user account information
commit:expression: $VAR(authentication/encrypted-password) != ""
                   || ($VAR(authentication/plaintext-password) != ""
                       && $VAR(authentication/plaintext-password/@) != "")
                     ; "user password must be specified"
syntax:expression: pattern $VAR(@) "^[a-zA-Z_][a-zA-Z0-9_-]*\\$?$"
                     ; "invalid user name $VAR(@)"