[freeside-commits] freeside/fs_selfservice/FS-SelfService SelfService.pm, 1.64.2.5, 1.64.2.6
Ivan,,,
ivan at wavetail.420.am
Fri Oct 7 16:30:42 PDT 2011
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService
In directory wavetail.420.am:/tmp/cvs-serv23520/fs_selfservice/FS-SelfService
Modified Files:
Tag: FREESIDE_2_3_BRANCH
SelfService.pm
Log Message:
add switch_acct and reset_password methods to self-service, RT#13656
Index: SelfService.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService.pm,v
retrieving revision 1.64.2.5
retrieving revision 1.64.2.6
diff -u -w -d -r1.64.2.5 -r1.64.2.6
--- SelfService.pm 6 Oct 2011 07:00:07 -0000 1.64.2.5
+++ SelfService.pm 7 Oct 2011 23:30:40 -0000 1.64.2.6
@@ -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