Notice (8): Undefined index: username [APP/Controller/UsersController.php, line 622]Code Context $this->LoadModel('otpcitizen');
$this->LoadModel('smsevent');
$username = $this->request->data['username'];
UsersController::otpsavecitizen() - APP/Controller/UsersController.php, line 622
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 120
Notice (8): Undefined index: password [APP/Controller/UsersController.php, line 623]Code Context $this->LoadModel('smsevent');
$username = $this->request->data['username'];
$password = $this->request->data['password'];
$username = null
UsersController::otpsavecitizen() - APP/Controller/UsersController.php, line 623
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 120
Notice (8): Undefined index: captcha [APP/Controller/UsersController.php, line 624]Code Context $username = $this->request->data['username'];
$password = $this->request->data['password'];
$captcha = $this->request->data['captcha'];
$username = null
$password = null
UsersController::otpsavecitizen() - APP/Controller/UsersController.php, line 624
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 120
Authentication failed