[freeside-commits] freeside/FS/FS ClientAPI_XMLRPC.pm, 1.5.2.4, 1.5.2.5 Conf.pm, 1.468.2.8, 1.468.2.9

Ivan,,, ivan at wavetail.420.am
Fri Oct 7 16:30:42 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	ClientAPI_XMLRPC.pm Conf.pm 
Log Message:
add switch_acct and reset_password methods to self-service, RT#13656

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.468.2.8
retrieving revision 1.468.2.9
diff -u -w -d -r1.468.2.8 -r1.468.2.9
--- Conf.pm	28 Sep 2011 23:29:49 -0000	1.468.2.8
+++ Conf.pm	7 Oct 2011 23:30:39 -0000	1.468.2.9
@@ -2467,6 +2467,16 @@
   },
   
   {
+    'key'         => 'selfservice-password_reset_verification',
+    'section'     => 'self-service',
+    'description' => 'If enabled, specifies the type of verification required for self-service password resets.',
+    'type'        => 'select',
+    'select_hash' => [ '' => 'Password reset disabled',
+                       'paymask,amount,zip' => 'Verify with credit card (or bank account) last 4 digits, payment amount and zip code',
+                     ],
+  },
+  
+  {
     'key'         => 'selfservice-recent-did-age',
     'section'     => 'self-service',
     'description' => 'If specified, defines "recent", in number of seconds, for "Download recently allocated DIDs" in self-service.',

Index: ClientAPI_XMLRPC.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI_XMLRPC.pm,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -w -d -r1.5.2.4 -r1.5.2.5
--- ClientAPI_XMLRPC.pm	6 Oct 2011 07:00:07 -0000	1.5.2.4
+++ ClientAPI_XMLRPC.pm	7 Oct 2011 23:30:39 -0000	1.5.2.5
@@ -66,6 +66,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!
@@ -107,6 +108,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