[freeside-commits] branch master updated. 24f7fad2612dcbe97b1cfaadf45f8f57d4a534c8

Jeremy Davis jeremyd at 420.am
Fri Nov 21 11:04:52 PST 2014


The branch, master has been updated
       via  24f7fad2612dcbe97b1cfaadf45f8f57d4a534c8 (commit)
      from  5836246bfede18c0e2eb616e0a18a296b167b98a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24f7fad2612dcbe97b1cfaadf45f8f57d4a534c8
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Fri Nov 21 14:04:30 2014 -0500

    Ticket #32285 Password reset login link not skinned

diff --git a/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html b/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html
index 35728e7..5a01043 100644
--- a/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html
+++ b/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html
@@ -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>.";
   }
 %>
 

-----------------------------------------------------------------------

Summary of changes:
 fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list