X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=ng_selfservice%2Fxmlrpc_validate_passwd.php;fp=ng_selfservice%2Fxmlrpc_validate_passwd.php;h=5632dc3f15cc7cbe8aa0bf09172047cb57865b8a;hp=0000000000000000000000000000000000000000;hb=80bfc5e1b11694553ddaa48e3b181462cfadc9dd;hpb=dbb1f2c9894385044ed85b64d9016b2eeb06d649 diff --git a/ng_selfservice/xmlrpc_validate_passwd.php b/ng_selfservice/xmlrpc_validate_passwd.php new file mode 100644 index 000000000..5632dc3f1 --- /dev/null +++ b/ng_selfservice/xmlrpc_validate_passwd.php @@ -0,0 +1,15 @@ + $_POST['fieldid'], + check_password => $_POST['check_password'], + svcnum => $_POST['svcnum'], + session_id => $_COOKIE['session_id'] +); + +$result = $freeside->validate_passwd($xmlrpc_args); +echo json_encode($result); + +?>