summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-12-02 05:02:17 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-12-14 22:38:35 -0600
commiteb2c0c03d10e1561f8bfbea42b29bdf1b165c52b (patch)
treef98b1033ec5b986ebfbfc541f3cad100ee2b3c69 /httemplate/elements
parente0258f0085ce5ef7d3b21a51fd60635f1735b421 (diff)
RT#29354: Password Security in Email [xmlhttp validation for selfservice]
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/change_password.html2
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%>">