J
Josh
I'm having trouble resetting a password using these new fangled membership
classes, can anyone tell me whats wrong with this sample?
The membership user is being correctly returned. But I get a null error.
MembershipUser mu = Membership.GetUser(userName);
string newPassword = Membership.GeneratePassword(12, 1);
mu.ChangePassword(mu.ResetPassword(), newPassword);
classes, can anyone tell me whats wrong with this sample?
The membership user is being correctly returned. But I get a null error.
MembershipUser mu = Membership.GetUser(userName);
string newPassword = Membership.GeneratePassword(12, 1);
mu.ChangePassword(mu.ResetPassword(), newPassword);