Fixed unintended whitespace
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -21,7 +21,6 @@ namespace Umbraco.Web.Models
|
||||
MacroAlias = macroAlias;
|
||||
MacroId = macroId;
|
||||
}
|
||||
|
||||
|
||||
public IPublishedContent Content { get; private set; }
|
||||
public string MacroName { get; private set; }
|
||||
|
||||
@@ -55,7 +55,6 @@ namespace Umbraco.Web.Security.Identity
|
||||
return _defaultUserGroups;
|
||||
}
|
||||
|
||||
|
||||
private readonly bool _autoLinkExternalAccount;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user