Fixes more naming conventions with CreateMemberWithIdentity, fixes memberTasks to ensure the name is set, fixes new membership providers which had the name/email call reversed. Updates the cache refresher event handler to listen to MemberService events instead of the old legacy API events.

This commit is contained in:
Shannon
2014-01-23 14:55:41 +11:00
parent 6377b9aa50
commit 4735f27a66
8 changed files with 46 additions and 26 deletions

View File

@@ -255,6 +255,7 @@ namespace Umbraco.Web.Cache
{
dc.Remove(new Guid(DistributedCache.MemberCacheRefresherId), memberId);
}
#endregion
#region Media Cache