RT# 77193 - updated selfservice change payment accounts to work with version 4
[freeside.git] / fs_selfservice / FS-SelfService / cgi / do_process_forgot_password.html
index 9274f92..5a01043 100644 (file)
@@ -10,8 +10,8 @@
 <FONT SIZE="+1" COLOR="#ff0000"><%= $error %></FONT>
 
 <%= if (!$error) {
-  $self_url =~ s/\?.*//;
-  $OUT .= "Your password has been changed.  You can now <A HREF=\"$self_url\">log in</A>.";
+  $selfurl =~ s/\?.*//;
+  $OUT .= "Your password has been changed.  You can now <A HREF=\"$selfurl?agentnum=$agentnum\">log in</A>.";
   }
 %>