RT# 75817 - Added the ability to set contacts password on the backend
[freeside.git] / httemplate / elements / validate_password.html
index f067ad8..01e8b94 100644 (file)
@@ -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);