Ticket #32285 Password reset login link not skinned
[freeside.git] / fs_selfservice / FS-SelfService / cgi / do_process_forgot_password.html
index 35728e7..5a01043 100644 (file)
@@ -11,7 +11,7 @@
 
 <%= if (!$error) {
   $selfurl =~ s/\?.*//;
-  $OUT .= "Your password has been changed.  You can now <A HREF=\"$selfurl\">log in</A>.";
+  $OUT .= "Your password has been changed.  You can now <A HREF=\"$selfurl?agentnum=$agentnum\">log in</A>.";
   }
 %>