From 6016bc83d369186275044bd8539f66a3cb03c4cb Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 20 Jun 2017 09:04:14 -0400 Subject: RT# 75817 - Added the ability to set contacts password on the backend Conflicts: httemplate/elements/validate_password.html httemplate/misc/xmlhttp-validate_password.html --- httemplate/elements/validate_password.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/validate_password.html') diff --git a/httemplate/elements/validate_password.html b/httemplate/elements/validate_password.html index f067ad8fc..01e8b94d9 100644 --- a/httemplate/elements/validate_password.html +++ b/httemplate/elements/validate_password.html @@ -31,6 +31,7 @@ function add_password_validation (fieldid) { validate_password('fieldid',fieldid, 'svcnum',<% $opt{'svcnum'} |js_string %>, 'pkgnum',<% $opt{'pkgnum'} |js_string %>, + 'contactnum',<% $opt{'contactnum'} |js_string %>, 'password',this.value, function (result) { result = JSON.parse(result); -- cgit v1.2.1