[freeside-commits] freeside/fs_selfservice/FS-SelfService SelfService.pm, 1.69, 1.70

Ivan,,, ivan at wavetail.420.am
Sat Oct 8 14:55:22 PDT 2011


Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService
In directory wavetail.420.am:/tmp/cvs-serv19092/fs_selfservice/FS-SelfService

Modified Files:
	SelfService.pm 
Log Message:
add switch_acct and reset_passwd to self-service API, RT#13656

Index: SelfService.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -w -d -r1.69 -r1.70
--- SelfService.pm	6 Oct 2011 20:44:18 -0000	1.69
+++ SelfService.pm	8 Oct 2011 21:55:20 -0000	1.70
@@ -28,6 +28,7 @@
   'login_info'                => 'MyAccount/login_info',
   'login'                     => 'MyAccount/login',
   'logout'                    => 'MyAccount/logout',
+  'switch_acct'               => 'MyAccount/switch_acct',
   'customer_info'             => 'MyAccount/customer_info',
   'customer_info_short'       => 'MyAccount/customer_info_short',
   'edit_info'                 => 'MyAccount/edit_info',     #add to ss cgi!
@@ -69,6 +70,7 @@
   'provision_external'        => 'MyAccount/provision_external',
   'unprovision_svc'           => 'MyAccount/unprovision_svc',
   'myaccount_passwd'          => 'MyAccount/myaccount_passwd',
+  'reset_passwd'              => 'MyAccount/reset_passwd',
   'create_ticket'             => 'MyAccount/create_ticket',
   'get_ticket'                => 'MyAccount/get_ticket',
   'adjust_ticket_priority'    => 'MyAccount/adjust_ticket_priority',



More information about the freeside-commits mailing list