When I try to login I get sent back to the login page.
I am given no reason or message to why this happens.
When I try use the password resend, i get sent back to the password reset page again with no explanation.
I have tried the following sql:
DELETE FROM admin WHERE admin_name = 'Admin';
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
The information is injected properly but i still cant login.



