Notice (8): Undefined index: username [APP/Controller/ParentsController.php, line 1865]Code Context $this->rType = "json";
$err = array();
$username = $this->request_vars['username'];
$err = array()
ParentsController::resetPassword() - APP/Controller/ParentsController.php, line 1865
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: email [APP/Controller/ParentsController.php, line 1866]Code Context $err = array();
$username = $this->request_vars['username'];
$provided_email = $this->request_vars['email'];
$err = array()
$username = null
ParentsController::resetPassword() - APP/Controller/ParentsController.php, line 1866
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
{"status":0,"response":["main:Username is not provided","email:Email is not provided"]}