Hostel-Management-System icon indicating copy to clipboard operation
Hostel-Management-System copied to clipboard

Not able to allocate rooms please help!

Open sameerimamillapalli opened this issue 3 years ago • 3 comments

Application is received but the room allocation becomes unsuccessful

sameerimamillapalli avatar Apr 19 '21 13:04 sameerimamillapalli

plz share your admin login detail

a1d9 avatar Jun 18 '21 18:06 a1d9

Application is received but the room allocation becomes unsuccessful

bro your Hostel-Manager/Admin Login is working ??

bhatt098 avatar Aug 22 '21 17:08 bhatt098

plz share your admin login detail I faced same issue, but I solved it temporarily by doing below procedure. make entry in your admin/manager table with appropriate password. but using this password you cannot sign in to account because it compares hash value of your entered password and password value in table for solving this issue, you can change code in appropriate login php file, instead of calling function password_check() use direct comparison $password == $row["Pwd"] , after doing this it allows access.

suraj2439 avatar Nov 07 '21 18:11 suraj2439