Hi,

I have been searching endlessly for information about integrating my own membership provider with nopCommerce.
I have my own membership provider which implements all the standard methods of an ASP.NET Membership provider.

If someone could help me to start solving my problem, I will write a how-to. I know many people want to integrate nopCommerce this way.

This post has code which seems to indicate that the poster was able to get it working, but I am not sure how his code fits into nopCommerce, and how to join the membership provider.

https://www.nopcommerce.com/boards/t/2307/aspnet-integrated-membership.aspx

I have tried replacing the <membership> section with my own provider, and I can confirm that it hits the database and checks that the password is correct. But If I try to log in with a correct username and password, it doesn't return an error.... it just seems to reload the page. If I try to log in with an incorrect login, it comes up with a message saying email or password is incorrect.

Any tips would be fantastic.

Thank you.