Class UserPasswordChangedNotification
Notification that is published after a user's password has been changed.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UserPasswordChangedNotification : UserNotification, INotification
Remarks
This notification is useful for audit logging and security monitoring purposes.
Constructors
View SourceUserPasswordChangedNotification(string, string, string)
Initializes a new instance of the UserPasswordChangedNotification class.
Declaration
public UserPasswordChangedNotification(string ipAddress, string affectedUserId, string performingUserId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | The source IP address of the user changing the password. |
| string | affectedUserId | The ID of the user whose password was changed. |
| string | performingUserId | The ID of the user performing the password change. |