View Source
Class EmailUserForgotPasswordSender
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class EmailUserForgotPasswordSender : IUserForgotPasswordSender
Constructors
View Source
EmailUserForgotPasswordSender(IEmailSender, ILocalizedTextService, IOptionsMonitor<GlobalSettings>, IOptionsMonitor<SecuritySettings>)
Declaration
public EmailUserForgotPasswordSender(IEmailSender emailSender, ILocalizedTextService localizedTextService, IOptionsMonitor<GlobalSettings> globalSettings, IOptionsMonitor<SecuritySettings> securitySettings)
Parameters
Methods
View Source
CanSend()
Declaration
Returns
Type |
Description |
System.Boolean |
|
View Source
SendForgotPassword(UserForgotPasswordMessage)
Declaration
public async Task SendForgotPassword(UserForgotPasswordMessage messageModel)
Parameters
Returns