View Source
Class ChangePasswordCurrentUserController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ChangePasswordCurrentUserController : CurrentUserControllerBase
Constructors
View Source
ChangePasswordCurrentUserController(IBackOfficeSecurityAccessor, IUserService)
Declaration
public ChangePasswordCurrentUserController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUserService userService)
Parameters
| Type |
Name |
Description |
| IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
| IUserService |
userService |
|
Methods
View Source
ChangePassword(CancellationToken, ChangePasswordCurrentUserRequestModel)
Declaration
public async Task<IActionResult> ChangePassword(CancellationToken cancellationToken, ChangePasswordCurrentUserRequestModel model)
Parameters
Returns
| Type |
Description |
| Task<IActionResult> |
|