Asp.net Membership Provider ValidateUser Fails...clear text password matches, what gives?

Posted by Webjedi on Stack Overflow See other posts from Stack Overflow or by Webjedi
Published on 2010-02-23T23:03:19Z Indexed on 2010/04/14 6:03 UTC
Read the original article Hit count: 660

In my MVC application, I'm using a pretty vanilla implementation of Membership, however my call to Membership.ValidateUser(username,password)...fails...even though (using clear text storage for testing) I know they match.

Anyone ever come across that before?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-membership