From 95ae8a31569ed1d7e35af22d087fb26bf6929cd6 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sat, 27 Jul 2013 00:05:28 -0500 Subject: [PATCH] Change user password test success Only a few more tests to run... but no more tonight --- api.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.test.php b/api.test.php index fabb44b..0f97e26 100644 --- a/api.test.php +++ b/api.test.php @@ -16,6 +16,6 @@ $unpsAPI = new api(); //echo $unpsAPI->regAPI($apidb, '580658027', 'UnPS-GAMA Link Shortener', 'tehfoxy.c0de@gmail.com', '1,0,0,0'); // Register API user //echo $unpsAPI->resetAPI($apidb, '580658027', 'UnPS-GAMA Link Shortener', 'tehfoxy.c0de@gmail.com', '279qit9'); // test reset api key -echo $unpsAPI->resetPass($apidb, '580658027', $udb, 'David', 'tefoxy.c0de@gmail.com', 'password1234s'); // Test change password +//echo $unpsAPI->resetPass($apidb, '580658027', $udb, 'David', 'tefoxy.c0de@gmail.com', 'password1234s'); // Test change password ?> \ No newline at end of file