diff --git a/Apollo/api/application/models/Login_model.php b/Apollo/api/application/models/Login_model.php index f66bb52a..6d74668d 100755 --- a/Apollo/api/application/models/Login_model.php +++ b/Apollo/api/application/models/Login_model.php @@ -482,7 +482,7 @@ class Login_model extends CI_Model $this->db->join('' . BRANCH . ' as BR', 'BR.BranchCode = SC.BranchCode'); $this->db->where('LO.MobileNumber', $EmpID); $this->db->where('LO.OTP',$OTP); - $this->db->where('LO.Password',$Password); + // $this->db->where('LO.Password',$Password); $this->db->where('ST.IsActive', 1); // $this->db->where('BR.Is_StudentWebAccessActive', 1); $responseDetails = $this->db->get()->first_row(); diff --git a/Apollo/assets/views/login_login.html b/Apollo/assets/views/login_login.html index dece5aec..a313ec0c 100755 --- a/Apollo/assets/views/login_login.html +++ b/Apollo/assets/views/login_login.html @@ -431,10 +431,10 @@