View Source
Interface IBackOfficeUserManager
The user manager for the back office
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IBackOfficeUserManager : IUmbracoUserManager<BackOfficeIdentityUser>
Methods
View Source
NotifyForgotPasswordChanged(IPrincipal, String)
Declaration
void NotifyForgotPasswordChanged(IPrincipal currentUser, string userId)
Parameters
Type |
Name |
Description |
System.Security.Principal.IPrincipal |
currentUser |
|
System.String |
userId |
|
View Source
NotifyForgotPasswordRequested(IPrincipal, String)
Declaration
void NotifyForgotPasswordRequested(IPrincipal currentUser, string userId)
Parameters
Type |
Name |
Description |
System.Security.Principal.IPrincipal |
currentUser |
|
System.String |
userId |
|
View Source
NotifyLogoutSuccess(IPrincipal, String)
Declaration
SignOutSuccessResult NotifyLogoutSuccess(IPrincipal currentUser, string userId)
Parameters
Type |
Name |
Description |
System.Security.Principal.IPrincipal |
currentUser |
|
System.String |
userId |
|
Returns