Updated to set correct properties

This commit is contained in:
Emma Garland
2021-02-26 14:21:23 +00:00
parent c36aaabd0e
commit 525d14ed25
9 changed files with 15 additions and 9 deletions

View File

@@ -314,6 +314,7 @@ namespace Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
// persist the member dto
dto.NodeId = nodeDto.NodeId;
// TODO: password parts of this file need updating
// if the password is empty, generate one with the special prefix
// this will hash the guid with a salt so should be nicely random
if (entity.RawPasswordValue.IsNullOrWhiteSpace())