Cant login to admin page

Hi guys,



Dont know what happend but login and pass that i use for admin page are no longe valid. Those details (login and pass) are now assigned to vendor login page. I cant access admin page.

Can anybody help?

Thanks

This thread should give you some answers.



Check the cscart_users database table for user_id = 1 and is_root = Y. User id = 1 should also have is_root = Y. Is the email address field your email address?

[quote name='StellarBytes' timestamp='1361122584' post='155613']

This thread should give you some answers.



Check the cscart_users database table for user_id = 1 and is_root = Y. User id = 1 should also have is_root = Y. Is the email address field your email address?

[/quote]



user id is 1, is root Y, status A, user type V, user login admin

I changed user type to A but no luck

Your admin user should be able to log in to the frontend with the same user credentials. Your problem is your admin user is no longer associated as an admin user.



The main admin user should be:



user_id = 1

status = A

user_type = A

user_login = admin

is_root = Y

email = your@emailaddress.com



If these are all true for your main admin user, then try clearing your web browser cache. If that still doesn't work, navigate to:

http://yourstore.com/youradmin.php?dispatch=auth.recover_password



Where 'yourstore.com' is your domain and 'youradmin.php' is your admin control panel login page and reset your password for 'your@emailaddress.com' which matches user_id = 1 and is_root = Y.

I created a vendor account and approved it. Now when I try to access my ALL VENDORS admin account, I am logged into new vendors admin page which I have created. How to get into ALL VENDORS admin account?

In database which table has ALL VENDORS admin access data?

Without ALL VENDORS access, I am not able to modify original website

Hi,

I have messed up admin account it seems. When I try to login to my admin panel (ALL VENDOR) I am getting logged into a vendor's account. So, I am not able to change the website.

Can someone please tell me if I can change some rows in the the backend database to recover my admin user back? I know the username of the admin account but if I use that username I get logged into vendors account.

I tried changing row as mentioned above but it logs me in as a vendor admin not as ALL VENDORS admin.

user_id = 1

status = A
user_type = A
user_login = admin
is_root = Y
email = your@emailaddress.com

Any help will be highly appreciated.

Hi,

I have messed up admin account it seems. When I try to login to my admin panel (ALL VENDOR) I am getting logged into a vendor's account. So, I am not able to change the website.

Can someone please tell me if I can change some rows in the the backend database to recover my admin user back? I know the username of the admin account but if I use that username I get logged into vendors account.

I tried changing row as mentioned above but it logs me in as a vendor admin not as ALL VENDORS admin.

user_id = 1

status = A
user_type = A
user_login = admin
is_root = Y
email = your@emailaddress.com

Any help will be highly appreciated.

He
Have you tried company_id set to "0"
because "0" is reserved for the main an administration and the rest (1, 2, 3, itc.) are assigned to vendors

Your info looks correct. I'm assuming you used the same email in the vendor account as your admin.

Suggest you clear the cache manually by removing the var/cache directory and all it's sub-directories/files.

Then clear all your cookies for your site name in your browser (or use a different browser to login).

I figured out that company_id=0 marks user as admin.

zadrug29@ is correct. :)

It is dependent on the user_type. A = site administrator, V = vendor adminstrator If you had user_type=V and company_id=13 then that user would only have vendor admin privileges for company 13 and have no site admin privilege.