i having trouble with mvc4 membership issue , i cant change the user's password like
publicboolSetNewPassword(string newPassword){var generatedPassword = membershipUser.ResetPassword();return membershipUser.ChangePassword(generatedPassword, newPassword);}
it is always returning false , i checked that the user is not lockedout , and is approved, how can i handle this? please help , i am driving myself crazy upon this point.