Fixed unintended whitespace

This commit is contained in:
Anthony
2018-07-02 10:47:43 +01:00
parent 96a89c0166
commit 40f04f7510
3 changed files with 0 additions and 3 deletions

View File

@@ -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)

View File

@@ -21,7 +21,6 @@ namespace Umbraco.Web.Models
MacroAlias = macroAlias;
MacroId = macroId;
}
public IPublishedContent Content { get; private set; }
public string MacroName { get; private set; }

View File

@@ -55,7 +55,6 @@ namespace Umbraco.Web.Security.Identity
return _defaultUserGroups;
}
private readonly bool _autoLinkExternalAccount;
/// <summary>