summaryrefslogtreecommitdiff
path: root/templates/system/login/user/node.def
blob: 26625b7f8d85ef7cf066986cb3bbd790f19bc0c6 (plain)
1
2
3
4
5
6
7
8
9
10
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(@)"
end: /opt/vyatta/sbin/vyatta_update_login.pl