Try our conversational search powered by Generative AI!

Cant log in to CMS

Vote:
 

I am new with episerver but I am building a e-commerce site with CMS and Commerce and I have trouble to login at my CMS as admin. I have tried to change in my web.config file 

<location path="EPiServer/CMS/admin">
<system.web>
<authorization>
<allow roles="WebAdmins, Administrators" />
<allow users="*" />
</authorization>
</system.web>
</location>

But I still have to login and no username or password I have used works. Would apreciate some help please.

#200056
Dec 28, 2018 10:56
Vote:
 

Which providers are you using, how have you setup things?

#200057
Dec 28, 2018 12:13
Vote:
 

Did you use admin/store? 

I assume that you have a CMS site then you install Commerce ?

#200058
Dec 28, 2018 13:52
Vote:
 

HI Louise

You'll also have to set in web.config

 <location path="EPiServer">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>

once your in , create a username and password and add it to admin group , log out and try login using new username /password

Make sure to update web.config with original settings.

#200228
Jan 07, 2019 3:49
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.