Merge branch 'netcore/dev' into netcore/feature/membergroupservice-without-static-events

This commit is contained in:
Mole
2021-03-29 13:38:56 +02:00
36 changed files with 1456 additions and 548 deletions

View File

@@ -314,7 +314,6 @@ 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())