Change user password test success

Only a few more tests to run... but no more tonight
This commit is contained in:
Arctic Code 2013-07-27 00:05:28 -05:00
parent e80774a2bd
commit 95ae8a3156
1 changed files with 1 additions and 1 deletions

View File

@ -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
?>