itzzmerov / online-voting-system

This is a full-stack web development project for Barangay Election 2023. This was developed using HTML, CSS (BootStrap), JS, PHP, & MySQL. I also used TCPDF to print the results of the votes.
https://algofilipinovoting.000webhostapp.com/
21 stars 7 forks source link

admin panel details #1

Open marek-16p opened 9 months ago

marek-16p commented 9 months ago

I cannot login as an admin because the password is hushed

guidoeffe commented 8 months ago

Run this query and try to access with these parameters:

User: superadmin Password: password

UPDATE admin SET username='superadmin', password='$2y$10$0uCoQpMdD84hkP6dCUNXvu3gbzlTuJUbuYqMtfrvREz2GCM/LS1gm', firstname ='Superadmin', lastname ='E-Vox' WHERE id = 1;

marxism06 commented 2 weeks ago

image image

after clicking the admin login side its now working also the voters side its only showing the code