diff options
| author | Mark Wells <mark@freeside.biz> | 2016-02-08 16:09:28 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-02-08 16:09:28 -0800 |
| commit | 7e39ac20af1070bd6521f6199b043abf2afa73d7 (patch) | |
| tree | 6b6b2fdf46a1da084badb979d88b0d337f42048f /httemplate/edit | |
| parent | 460d06a996538bc1db22db8d1d8029c7bd9e6d0c (diff) | |
make password-insecure option work when adding a new svc_acct, #40236
Diffstat (limited to 'httemplate/edit')
| -rwxr-xr-x | httemplate/edit/svc_acct.cgi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index ff8e31615..42660462d 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -52,9 +52,10 @@ <INPUT TYPE="text" ID="clear_password" NAME="clear_password" VALUE="<% $password %>" SIZE=<% $pmax2 %> MAXLENGTH=<% $pmax %>> <& /elements/random_pass.html, 'clear_password' &><BR> <DIV ID="clear_password_result" STYLE="font-size: smaller"></DIV> - <& '/elements/validate_password.html', - 'fieldid' => 'clear_password', - 'svcnum' => $svcnum + <& /elements/validate_password.html, + 'fieldid' => 'clear_password', + 'svcnum' => $svcnum , + 'pkgnum' => $pkgnum, &> </TD> </TR> |
