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