Mage2\User\Models\AdminUser::sendPasswordResetNotification PHP Method

sendPasswordResetNotification() public method

Send the password reset notification.
public sendPasswordResetNotification ( string $token ) : void
$token string
return void
    public function sendPasswordResetNotification($token)
    {
        $this->notify(new ResetPassword($token));
    }