From f323c67dfffa742113c54123d3333eb692eecf38 Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 27 May 2020 18:51:47 +1000 Subject: [PATCH] remove note --- src/Umbraco.Infrastructure/BackOffice/BackOfficeUserStore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Infrastructure/BackOffice/BackOfficeUserStore.cs b/src/Umbraco.Infrastructure/BackOffice/BackOfficeUserStore.cs index 4386aa7861..96b3d8559a 100644 --- a/src/Umbraco.Infrastructure/BackOffice/BackOfficeUserStore.cs +++ b/src/Umbraco.Infrastructure/BackOffice/BackOfficeUserStore.cs @@ -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; }