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