From 6e8323cf946ef3684a6846aa6afde7fe3692994e Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 30 Oct 2011 23:28:16 +0000 Subject: selfservice password reset, RT#13656 --- FS/FS/ClientAPI_XMLRPC.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS/ClientAPI_XMLRPC.pm') diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm index 66d0740..5d91962 100644 --- a/FS/FS/ClientAPI_XMLRPC.pm +++ b/FS/FS/ClientAPI_XMLRPC.pm @@ -111,6 +111,8 @@ sub ss2clientapi { 'unprovision_svc' => 'MyAccount/unprovision_svc', 'myaccount_passwd' => 'MyAccount/myaccount_passwd', 'reset_passwd' => 'MyAccount/reset_passwd', + 'check_reset_passwd' => 'MyAccount/check_reset_passwd', + 'process_reset_passwd' => 'MyAccount/process_reset_passwd', 'create_ticket' => 'MyAccount/create_ticket', 'get_ticket' => 'MyAccount/get_ticket', 'adjust_ticket_priority' => 'MyAccount/adjust_ticket_priority', -- cgit v1.1