removes remaining back office things from underlying UmbracoUserManager moves files

This commit is contained in:
Shannon
2020-12-04 02:21:21 +11:00
parent aeec18d808
commit 86d231f5de
37 changed files with 111 additions and 230 deletions

View File

@@ -1,8 +1,8 @@
using Umbraco.Core.Models.Membership;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.Security;
using Umbraco.Web.Models.ContentEditing;
namespace Umbraco.Core.BackOffice
namespace Umbraco.Core.Security
{
public class UserInviteEventArgs : IdentityAuditEventArgs
{
@@ -25,7 +25,7 @@ namespace Umbraco.Core.BackOffice
/// <summary>
/// The local user that has been created that is pending the invite
/// </summary>
/// </summary>
public IUser User { get; }
/// <summary>