an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 3/27/2009 2:53:18 PM By lukezy. 1 replies.
3/27/2009 9:08:08 AM
Rober
Posts: 5
Joined: 12/11/2008
Location:Alabama, US
Cannot log in to site
Earlier this morning the login worked properly. Now when I try to log in as any user - even admin - I get:
The username and password do not match any we have on record. Please check and try again.
When try to reset the password: We were unable to access your information. Please try again.

I don't get any events in the dotshoppingcart event log, but I do get a Membership credential verification failed error in the Application Event Log.

I looked at the database and the aspnet_User table and other related tables seem to all be in order.
 
Anyone had any similar experiences?
 

3/27/2009 2:53:18 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Cannot log in to site
DotShoppingCart uses the built-in ASP.NET SQL membership. Your account could be locked if there are more than certain number of failed attempts. Check aspnet_Membership table.
DotShoppingCart Staff