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 |
| IPrincipal |
currentUser |
|
| string |
userId |
|
View Source
NotifyForgotPasswordRequested(IPrincipal, string)
Declaration
void NotifyForgotPasswordRequested(IPrincipal currentUser, string userId)
Parameters
| Type |
Name |
Description |
| IPrincipal |
currentUser |
|
| string |
userId |
|
View Source
NotifyLogoutSuccess(IPrincipal, string?)
Declaration
SignOutSuccessResult NotifyLogoutSuccess(IPrincipal currentUser, string? userId)
Parameters
| Type |
Name |
Description |
| IPrincipal |
currentUser |
|
| string |
userId |
|
Returns