remove note

This commit is contained in:
Shannon
2020-05-27 18:51:47 +10:00
parent 1cfc490751
commit f323c67dff

View File

@@ -244,7 +244,6 @@ namespace Umbraco.Core.BackOffice
if (string.IsNullOrEmpty(passwordHash)) throw new ArgumentException("Value can't be empty.", nameof(passwordHash));
user.PasswordHash = passwordHash;
// TODO: Need to set the user.PasswordConfig based on what the current configuration is
return Task.CompletedTask;
}