diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-12-17 19:53:23 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-12-20 12:28:30 -0600 |
commit | a0122c42d698589cc46d6bddfe217b8f9c762fc5 (patch) | |
tree | f48bd908b8afca28645405a05045ea316b312c25 /FS | |
parent | 4d4dc3e852e5ff1ca883e2003b0b2e95db0e5414 (diff) |
73443: Selfservice NG Password reset page
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI_XMLRPC.pm | 1 |
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', |