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

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

commit:expression: $VAR(@) == "" ||
		   $VAR(authentication/plaintext-password) != "" ||
		   $VAR(authentication/plaintext-password/@) = ""

commit:expression: $VAR(@) == "" ||
		   $VAR(authentication/encrypted-password) != "" ||
		   $VAR(authentication/encrypted-password/@) = "!"