iamrohitsuthar / Quizller

Quizller is a php based open source web application to create and manage online quiz, test, exam.
MIT License
110 stars 76 forks source link

Can't access student dashboard! #15

Closed manal-t07 closed 4 years ago

manal-t07 commented 4 years ago

can you confirm the URL by which you access the student login. i do it by : localhost/Quizller/files/student_login.php localhost/Quizller/index.php they both give the same page of student login but when i put the correct username and password it neither shows any message and it reloads the page. image

can't enter a student to class image

iamrohitsuthar commented 4 years ago

You can access student login panel through index.php

If you logged in into the dashboard and then after logout, you cannot log in again. Because one student should not be able to give the test again by the same test credentials.

Adding external students try to enter userid in string format. Currently, it only allows username I will add userid option in numeric format.

Let me know if you face any other issues.

manal-t07 commented 4 years ago

I login to the student panel through localhost/Quizller/index.php which shows me this. image Further I add the student credentials from the dummy data you provided and after pressing the login button this page shows up again. image

manal-t07 commented 4 years ago

image

Not accepting in the string format either.

manal-t07 commented 4 years ago

Still can't access it.