MySqlSimpleMembershipProvider icon indicating copy to clipboard operation
MySqlSimpleMembershipProvider copied to clipboard

MySql SimpleMembership Provider for ASP.NET MVC 4

Results 5 MySqlSimpleMembershipProvider issues
Sort by recently updated
recently updated
newest added

Hi all, is there a way to reset the password of some users? My app is using EF and MySQL as database. What I did and throwing me an exception...

Hi. the solution works great! Thanks for your work. But i am having a problem, when i call the method MySql.Web.Security.MySQLMembershipProvider membership = new MySql.Web.Security.MySQLMembershipProvider(); if (membership.ValidateUser("user", "pass")) i am...

I think they forget to check is account locked out ... haha :)

fix bug, GeneratePasswordResetToken always return Empty. remove "&& x.PasswordVerificationTokenExpirationDate > DateTime.Now"

I have downloaded the projects and added them as part of my solution. I compile the project and add the reference to my project, but since my project's Target Framework...