Fixes issue with AffectedUser vs PerformingUser, updates the log formatting and uses the affectedDetails better, fixes the double event calling for auth stuff, fixes the change password event raising, fixes reporting the changed property values for members

This commit is contained in:
Shannon
2018-02-13 00:15:04 +11:00
parent 3cdd8a0c43
commit c4fa3aa649
14 changed files with 179 additions and 89 deletions
@@ -23,7 +23,7 @@ namespace Umbraco.Core.Models.EntityBase
: _propertyChangedInfo.Where(x => x.Value).Select(x => x.Key);
}
internal virtual IEnumerable<string> GetWereDirtyProperties()
internal virtual IEnumerable<string> GetPreviouslyDirtyProperties()
{
return _lastPropertyChangedInfo == null
? Enumerable.Empty<string>()