Admin Access

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi

I am using nopcommerce 4.1  My site was working fine up till yesterday but know when I open up my site I am not given the option to log into the admin area. when I try to login using localhost/15536/admin it brings my to the returning customer page.

Please help
5 years ago
Just login to your account and you will be redirected to the admin panel.

Best,
Patryk
5 years ago
Great it worked thanks
5 years ago
Hi!

I download version 4.10(source code) and I install it on my pc with demo data.

Which login I must use to access Admin Panel?
After I enter with my instalation login I don't find any admin panel access.

Thanks in advance,
Paulo
5 years ago
http://localhost:15536/admin - when the Visual Stuio Debugger is running

The install asks you for the email to use for admin

The default is [email protected]
5 years ago
Hi,

Thanks for your help!

But I remember FrontEnd login/pass but I don't remember Admin Panel user/password.

Is it different ? When can I recovery admin user/pass? Inside some table?

Thanks in advance!!
Paulo
5 years ago
No it should not be different
Did you make any changes to the Permission Records ?

The user needs to have a role mapping

dbo_Customer
Id = 1  : Email  = [email protected]  

dbo_CustomerRole
CustomerRole_Id = 1 : Name = Administrators

dbo_Customer_CustomerRole_Mapping
Customer_Id = 1 : CustomerRole_Id = 1

One option is to run install again ?
5 years ago
Thanks Yidna!!!

Solved!

Now I understand tables Customer, Customer_CustomerRole_Mapping and CustomerRole  :-)


Best regards,

Paulo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.