diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-21 01:54:21 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-14 20:21:41 -0600 |
| commit | 32b783795ee3a39752fc72f2c861eac8cdb6d12a (patch) | |
| tree | 9fca89413ee5aceca3ad6b8a547dea3da37a3f4d /httemplate/elements/change_password.html | |
| parent | a2d1bca6d13c6760f2c7c2de677da4df3f9e5c3e (diff) | |
RT#29354: Password Security in Email
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> % } |
