X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fvalidate_password.html;h=a8c06774e32bb5ec1b960694fc3cf852ad7bcf70;hb=dcc0fd92717b25595ba7cd8a712e2eff10454291;hp=a488c4f16c8f6cce22175c3ab4a4c175890b8844;hpb=6f1a71826d05033213bda352f8c6753094093f56;p=freeside.git diff --git a/httemplate/elements/validate_password.html b/httemplate/elements/validate_password.html index a488c4f16..a8c06774e 100644 --- a/httemplate/elements/validate_password.html +++ b/httemplate/elements/validate_password.html @@ -5,8 +5,9 @@ To validate passwords via javascript/xmlhttp:
<& '/elements/validate_password.html', - fieldid => 'password_field', - svcnum => $svcnum + fieldid => 'password_field', + svcnum => $svcnum, + pkgnum => $pkgnum, # used if the service doesn't exist yet &> The ID of the input field can be anything; the ID of the DIV in which to display results @@ -20,14 +21,25 @@ should be the input id plus '_result'. 'method' => 'POST', # important not to put passwords in url &> <%init>