[freeside-commits] branch master updated. 554764806458d61d12b2a0077d4b6a8b5c5492c5

Ivan ivan at 420.am
Mon Dec 29 11:05:52 PST 2014


The branch, master has been updated
       via  554764806458d61d12b2a0077d4b6a8b5c5492c5 (commit)
      from  e3503e19a5a6c876f410903a3946dd9f1597aa46 (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 554764806458d61d12b2a0077d4b6a8b5c5492c5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Dec 29 11:05:49 2014 -0800

    fix contact self-service password reset link vs. outlook, RT#32657

diff --git a/fs_selfservice/FS-SelfService/cgi/selfservice.cgi b/fs_selfservice/FS-SelfService/cgi/selfservice.cgi
index 4ccf1de..c232c45 100755
--- a/fs_selfservice/FS-SelfService/cgi/selfservice.cgi
+++ b/fs_selfservice/FS-SelfService/cgi/selfservice.cgi
@@ -1057,6 +1057,7 @@ sub process_forgot_password {
 }
 
 sub process_forgot_password_session {
+  $action = 'process_forgot_password';
   check_reset_passwd(
     'session_id' => $session_id,
   );

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

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




More information about the freeside-commits mailing list