Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
It looks like you need to update your Apps/Shell/Pages/Login.aspx
Basically the entire <asp:Panel ID="RegisterPanel" Visible="false" runat="server"> section should be removed if it is there. And to update the Inherits attribute to your custom code behind instead of the default one (Mediachase.Commerce.Manager.Login)
What do you have in your web.config for
<membership>
<providers>
<clear/>
</providers>
</membership>
?
Quan Mai, updating the intherits attribute did the trick.
It got replaced by the default one when updating the nuget packages.
Thanks for the fast responses!
Hi,
I'm having issues when I try to login directly into commercemanager.
What works:
-Logging in locally in CMS and navigate to the commercemanager -> I do not need to log in and can use commerce manager without problems.
What doesn't:
-I navigate to the commercemanager in an incognito screen, I get the login form. After trying to login I get a "Default membership provider must be specified" error
-Logging in on our azure test environment in CMS and navigate to the commercemanager: I get the same "Default membership provider must be specified" error
We use CMS 11.18 and Commerce 12.17.1
We are using aspnetidentity. this is our Owinstartup class in commerce manager:
Any idea what could go wrong?
Thanks in advance,
Brecht Vanneste