fix
This commit is contained in:
@@ -46,7 +46,7 @@ class Start_Controller extends COR_Controller {
|
||||
protected function testLoginInput(&$username, &$password, &$error_message, &$valid_entry) {
|
||||
$valid_entry = true;
|
||||
$username = trim($this->input->post('username'));
|
||||
$password = trim($this->input->post('password'));
|
||||
$password = trim($this->input->post('pass1'));
|
||||
if ($username == '' or $password == '') {
|
||||
$valid_entry = false;
|
||||
$error_message = 'Enter a Username/Password & PracticeID to continue';
|
||||
|
||||
Reference in New Issue
Block a user