Search Results for

    Show / Hide Table of Contents
    View Source

    Class ResetPasswordUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    UserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ResetPasswordUserController : UserControllerBase

    Constructors

    View Source

    ResetPasswordUserController(IUserService, IBackOfficeSecurityAccessor, IUmbracoMapper, IAuthorizationService)

    Declaration
    public ResetPasswordUserController(IUserService userService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUmbracoMapper mapper, IAuthorizationService authorizationService)
    Parameters
    Type Name Description
    IUserService userService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUmbracoMapper mapper
    IAuthorizationService authorizationService

    Methods

    View Source

    ResetPassword(CancellationToken, Guid)

    Declaration
    public async Task<IActionResult> ResetPassword(CancellationToken cancellationToken, Guid id)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ResetPasswordUserController(IUserService, IBackOfficeSecurityAccessor, IUmbracoMapper, IAuthorizationService)
    • Methods
      • ResetPassword(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX