summaryrefslogtreecommitdiff
path: root/httemplate/elements/validate_password.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-06-20 09:04:14 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-06-22 16:29:49 -0400
commit6016bc83d369186275044bd8539f66a3cb03c4cb (patch)
tree5ca8dfce37fe72b3701950605c0b894cc7f1d850 /httemplate/elements/validate_password.html
parentcebbf273c639066cb3fd4997b58efe1fdb7322e4 (diff)
RT# 75817 - Added the ability to set contacts password on the backend
Conflicts: httemplate/elements/validate_password.html httemplate/misc/xmlhttp-validate_password.html
Diffstat (limited to 'httemplate/elements/validate_password.html')
-rw-r--r--httemplate/elements/validate_password.html1
1 files changed, 1 insertions, 0 deletions
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);