diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-02 05:02:17 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-02 05:02:17 -0600 |
commit | ecf67652f26a147ef405659c98832535155325ba (patch) | |
tree | ab8574eb1dc817f8c44f8ab5814b43811358db7a /httemplate | |
parent | ec4b7d78854b287347eb08a8f99d18c5d41065f5 (diff) |
RT#29354: Password Security in Email [xmlhttp validation for selfservice]
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/change_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/change_password.html b/httemplate/elements/change_password.html index 7d8daaeaf..2b40ec1c8 100644 --- a/httemplate/elements/change_password.html +++ b/httemplate/elements/change_password.html @@ -8,7 +8,7 @@ display: none; } </STYLE> -<A ID="<%$pre%>link" HREF="#" onclick="<%$pre%>toggle(true)">(<% mt('change') %>)</A> +<A ID="<%$pre%>link" HREF="javascript:void(0)" onclick="<%$pre%>toggle(true)">(<% mt('change') %>)</A> <DIV ID="<%$pre%>form" CLASS="passwordbox"> <FORM METHOD="POST" ACTION="<%$fsurl%>misc/process/change-password.html"> <INPUT TYPE="hidden" NAME="svcnum" VALUE="<% $svc_acct->svcnum |h%>"> |