summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/misc/process/change-password.html12
1 files changed, 2 insertions, 10 deletions
diff --git a/httemplate/misc/process/change-password.html b/httemplate/misc/process/change-password.html
index 1c746a4e0..61a1a5e16 100644
--- a/httemplate/misc/process/change-password.html
+++ b/httemplate/misc/process/change-password.html
@@ -17,16 +17,8 @@
% if ($svcnum) {
<% $cgi->redirect($fsurl.'view/svc_acct.cgi?'.$cgi->query_string) %>
% }
-% elsif ($contactnum) {
-% my $freeside_status = "Contact ".$contact->{'Hash'}->{'first'}." ".$contact->{'Hash'}->{'last'}." password updated.";
- <% $cgi->redirect( -uri => popurl(3). "view/cust_main.cgi?". $cgi->param('custnum'),
- -cookie => CGI::Cookie->new(
- -name => 'freeside_status',
- -value => mt($freeside_status),
- -expires => '+5m',
- ),
- )
-%>
+% elsif ($contactnum) {
+ <% $cgi->redirect($fsurl.'view/cust_main.cgi?'.$cgi->param('custnum')) %>
% }
% }