Interface IUserForgotPasswordSender
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public interface IUserForgotPasswordSender
Methods
View SourceCanSend()
Declaration
bool CanSend()
Returns
Type | Description |
---|---|
System.Boolean |
SendForgotPassword(UserForgotPasswordMessage)
Declaration
Task SendForgotPassword(UserForgotPasswordMessage message)
Parameters
Type | Name | Description |
---|---|---|
UserForgotPasswordMessage | message |
Returns
Type | Description |
---|---|
Task |