summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI_XMLRPC.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-10-30 23:28:16 +0000
committerivan <ivan>2011-10-30 23:28:16 +0000
commit6e8323cf946ef3684a6846aa6afde7fe3692994e (patch)
tree629678e95d0b8dd40f9c790a8caed9a90341b3dc /FS/FS/ClientAPI_XMLRPC.pm
parent2543cd5e16887a7976649e8f23818b64f397d2a6 (diff)
selfservice password reset, RT#13656
Diffstat (limited to 'FS/FS/ClientAPI_XMLRPC.pm')
-rw-r--r--FS/FS/ClientAPI_XMLRPC.pm2
1 files changed, 2 insertions, 0 deletions
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',