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-21 15:59:35 -0400
commitb4d7dc9ec38daec3ee96d32287f701ed719b5eba (patch)
treef1a390efedb68b82b38a8f1f643fa134682a5200 /httemplate/elements/validate_password.html
parent94cda7ff5fd7fe41d9d0b14d544cb85fbff55dc0 (diff)
RT# 75817 - Added the ability to set contacts password on the backend
Diffstat (limited to 'httemplate/elements/validate_password.html')
-rw-r--r--httemplate/elements/validate_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/validate_password.html b/httemplate/elements/validate_password.html
index a488c4f16..bd385a6ca 100644
--- a/httemplate/elements/validate_password.html
+++ b/httemplate/elements/validate_password.html
@@ -27,7 +27,7 @@ function add_password_validation (fieldid) {
var resultfield = document.getElementById(fieldid);
if (this.value) {
resultfield.innerHTML = '<SPAN STYLE="color: blue;">Validating password...</SPAN>';
- validate_password('fieldid',fieldid,'svcnum','<% $opt{'svcnum'} %>','password',this.value,
+ validate_password('fieldid',fieldid,'svcnum','<% $opt{'svcnum'} %>','contactnum','<% $opt{'contactnum'} %>','password',this.value,
function (result) {
result = JSON.parse(result);
var resultfield = document.getElementById(result.fieldid);