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-20 12:36:44 -0600
commitc6c4fe08fadc92c4bbbbc5b09bcb7494478da97c (patch)
tree79c123a41ca2795a44d31fde99f7f53a36587b15 /FS
parent05c1252f0d61a242cf53a29063a7c9d13b644eed (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 de3e55d05..0420d1a13 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -176,6 +176,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',