blob: b41b2ea34424838afd071ef2b770c0cdee9ecb77 (
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_users.pl
|