From 40f04f7510fdefd15eed9bbf751790998d2ba72d Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 2 Jul 2018 10:47:43 +0100 Subject: [PATCH] Fixed unintended whitespace --- src/Umbraco.Core/Services/Implement/UserService.cs | 1 - src/Umbraco.Web/Models/PartialViewMacroModel.cs | 1 - .../Security/Identity/ExternalSignInAutoLinkOptions.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/src/Umbraco.Core/Services/Implement/UserService.cs b/src/Umbraco.Core/Services/Implement/UserService.cs index 31e81679d8..96cac1d814 100644 --- a/src/Umbraco.Core/Services/Implement/UserService.cs +++ b/src/Umbraco.Core/Services/Implement/UserService.cs @@ -227,7 +227,6 @@ namespace Umbraco.Core.Services.Implement Save(membershipUser); } - [Obsolete("ASP.NET Identity APIs like the BackOfficeUserManager should be used to manage passwords, this will not work with correct security practices because you would need the existing password")] [EditorBrowsable(EditorBrowsableState.Never)] public void SavePassword(IUser user, string password) diff --git a/src/Umbraco.Web/Models/PartialViewMacroModel.cs b/src/Umbraco.Web/Models/PartialViewMacroModel.cs index 60e0006adf..ae4becc7cf 100644 --- a/src/Umbraco.Web/Models/PartialViewMacroModel.cs +++ b/src/Umbraco.Web/Models/PartialViewMacroModel.cs @@ -21,7 +21,6 @@ namespace Umbraco.Web.Models MacroAlias = macroAlias; MacroId = macroId; } - public IPublishedContent Content { get; private set; } public string MacroName { get; private set; } diff --git a/src/Umbraco.Web/Security/Identity/ExternalSignInAutoLinkOptions.cs b/src/Umbraco.Web/Security/Identity/ExternalSignInAutoLinkOptions.cs index c822c11c06..fd074b9e96 100644 --- a/src/Umbraco.Web/Security/Identity/ExternalSignInAutoLinkOptions.cs +++ b/src/Umbraco.Web/Security/Identity/ExternalSignInAutoLinkOptions.cs @@ -55,7 +55,6 @@ namespace Umbraco.Web.Security.Identity return _defaultUserGroups; } - private readonly bool _autoLinkExternalAccount; ///