PasswordResetCompletedEvent
in package
implements
IEvent
Event fired when a user successfully completes a password reset.
This event is triggered after a user uses a valid reset token and successfully changes their password.
Use cases:
- Send confirmation email of password change
- Invalidate all existing sessions for security
- Log password change for security audits
- Track password reset completion rates
- Alert user of successful password change
- Update security compliance records
Table of Contents
Interfaces
- IEvent
- Core event interface for the Neuron event system.
Properties
Methods
- __construct() : mixed
- getName() : string
Properties
$ip read-only
public
string
$ip
$user read-only
public
User
$user
Methods
__construct()
public
__construct(User $user, string $ip) : mixed
Parameters
- $user : User
-
User who completed password reset
- $ip : string
-
IP address where reset was completed
getName()
public
getName() : string