[freeside-commits] branch FREESIDE_3_BRANCH updated. 173ef24d37ae35594f2cafdca50673657ce1c455

Jeremy Davis jeremyd at 420.am
Fri Nov 21 11:06:34 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  173ef24d37ae35594f2cafdca50673657ce1c455 (commit)
      from  8ab5ca623bb07e337e00fab03f5e5e3411e4659f (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 173ef24d37ae35594f2cafdca50673657ce1c455
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Fri Nov 21 14:06:31 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