X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fvalidate_password.html;h=4057f5d3fe1daa6dbe3e1f7cd5b09867da7fcd6c;hp=f067ad8fce4fbc040460d1710148f753a1fb87da;hb=929783d1045757abbe5c84ff2439547b0f8eca23;hpb=9d0796956b83a47a3258e1d388289f6b59f7444d 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>