Class UserForgotPasswordRequestedNotification
Notification published when a user requests a password reset via the "forgot password" flow.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UserForgotPasswordRequestedNotification : UserNotification, INotification
Remarks
This notification is published when a user initiates the password reset process, before the reset email is sent.
Constructors
View SourceUserForgotPasswordRequestedNotification(string, string, string)
Initializes a new instance of the UserForgotPasswordRequestedNotification class.
Declaration
public UserForgotPasswordRequestedNotification(string ipAddress, string affectedUserId, string performingUserId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | The source IP address of the user requesting the password reset. |
| string | affectedUserId | The ID of the user requesting the password reset. |
| string | performingUserId | The ID of the user performing the request. |