summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-12-17 19:53:23 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-12-17 19:53:23 -0600
commit80bfc5e1b11694553ddaa48e3b181462cfadc9dd (patch)
treefd2c7d2547e9edba5222aab08768b0679bf03cb3 /FS
parentdbb1f2c9894385044ed85b64d9016b2eeb06d649 (diff)
73443: Selfservice NG Password reset page
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI_XMLRPC.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm
index 3167aa0e3..e69a06e32 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -181,6 +181,7 @@ sub ss2clientapi {
'reset_passwd' => 'MyAccount/reset_passwd',
'check_reset_passwd' => 'MyAccount/check_reset_passwd',
'process_reset_passwd' => 'MyAccount/process_reset_passwd',
+ 'validate_passwd' => 'MyAccount/validate_passwd',
'list_tickets' => 'MyAccount/list_tickets',
'create_ticket' => 'MyAccount/create_ticket',
'get_ticket' => 'MyAccount/get_ticket',