summaryrefslogtreecommitdiff
path: root/templates/system/login/user/node.def
blob: caa53f1b77dbceb8c3ee64599e15c5e1cdf9b579 (plain)
1
2
3
4
5
6
7
8
9
10
11
tag:
type: txt
help: User account information

syntax:expression: exec "/opt/vyatta/sbin/vyatta_check_username.pl $VAR(@)"

commit:expression: $VAR(@) == "" ||
		   $VAR(authentication/encrypted-password) != "" ||
                   ( $VAR(authentication/plaintext-password) != "" &&
                     $VAR(authentication/plaintext-password/@) != "")
                     ; "user password must be specified"