Fixes remapping the key, allows for including/excluding custom properties on profile editing too.
This commit is contained in:
@@ -86,6 +86,7 @@ namespace Umbraco.Cms.Core.Security
|
||||
|
||||
// re-assign id
|
||||
user.Id = UserIdToString(memberEntity.Id);
|
||||
user.Key = memberEntity.Key;
|
||||
|
||||
// [from backofficeuser] we have to remember whether Logins property is dirty, since the UpdateMemberProperties will reset it.
|
||||
// var isLoginsPropertyDirty = user.IsPropertyDirty(nameof(MembersIdentityUser.Logins));
|
||||
|
||||
Reference in New Issue
Block a user