Dears,
I want to change the "Enable Password History" pragmatically as shown below
var mps = new MembershipPasswordSettings(PortalId);
mps.EnablePasswordHistory = false;
mps.NumberOfPasswordsStored = 0;
However, in Host->Site Settings->Membership Management, the values for the above properties are not changed. Any idea?
In addtion, in which table the above property values are stored in dnn?
Thanks