I am having a problem logging in to my admin side. I added this add-on a while ago and it was working. I dont think I have added anything to the site since this add-on. I went to go log in to process an order and it wouldnt let me log in with any passwords and would not let me email my password to me either.

I did this:
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);

and I can now log in but it says
"Sorry, your security clearance does not allow you to access this resource.
Please contact your site administrator if you believe this to be incorrect.
Sorry for any inconvenience."

So I changed the admin user ID to 1 and it still says that security clearance error whenever I try to access anything on the admin menu. I checked to see if upgrading my admin profiles version would help but after reading the upgrade instructions I think that I already have the newest version (I have since changed computers and dont know which version I initially installed).

If anyone could help me out with this I would really appreciate it!