diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-21 01:54:21 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-14 22:38:09 -0600 |
| commit | 0375336c45591cb3354daafa2be5fdf8e905a3ea (patch) | |
| tree | eb6be7849152f6d81bb1d90c506a06d3dbc7d376 /httemplate/elements/change_password.html | |
| parent | 9f5cf2be392f07e6d7dd49462b14f7ee351c251e (diff) | |
RT#29354: Password Security in Email [v3 merge]
Diffstat (limited to 'httemplate/elements/change_password.html')
| -rw-r--r-- | httemplate/elements/change_password.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/change_password.html b/httemplate/elements/change_password.html index 625ba1fb5..7d8daaeaf 100644 --- a/httemplate/elements/change_password.html +++ b/httemplate/elements/change_password.html @@ -16,6 +16,12 @@ <& /elements/random_pass.html, $pre.'password', 'randomize' &> <INPUT TYPE="submit" VALUE="change"> <INPUT TYPE="button" VALUE="cancel" onclick="<%$pre%>toggle(false)"> + <DIV ID="<%$pre%>password_result" STYLE="font-size: smaller"></DIV> + <& '/elements/validate_password.html', + 'fieldid' => $pre.'password', + 'svcnum' => $svc_acct->svcnum, + + &> % if ( $error ) { <BR><SPAN STYLE="color: #ff0000"><% $error |h %></SPAN> % } |
