YAFLogo

rai
  • rai
  • 100% (Exalted)
  • YAF Commander Topic Starter
8 years ago
One issue is that when I try to update a profile from the outside the Membership.UpdateUser(user) only yaf_prov_membership table is updated and not yaf_user table. The property I am updating in this case is the Email property.
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
8 years ago
Use that method..

UserMembershipHelper.UpdateEmail(userID, email);

This will update the membership and the yaf user table

rai
  • rai
  • 100% (Exalted)
  • YAF Commander Topic Starter
8 years ago