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

unable to login in admin as well as in student panel #53

Open Kiransagar13 opened 5 months ago

Kiransagar13 commented 5 months ago

please provide admin as well as student panel login guidance Screenshot 2024-03-16 140635

reolus commented 4 months ago

You can reset the admin password in the mysql database using update teachers set password = sha2('NEWPASSWORD',256) where id = 1;

Students log in with the roll number and password that you can generate in the class.