[rt-users] WhereTFis "RT::Action::SendPasswordEmail" ?

Ole Craig ocraig at stillsecure.com
Mon Aug 28 02:14:48 EDT 2006


In 3.6.0 and 3.6.1, the stock User_Overlay.pm references
RT::Action::SendPasswordEmail, which doesn't seem to exist in either
tarball. 

The mention is made in ResetPassword, which seems to work otherwise.
Here's the context:

[...]
    my $notification = RT::Action::SendPasswordEmail->new(
        TemplateObj => $template,
        Argument    => $pass
    );

    $notification->SetHeader( 'To', $self->EmailAddress );

    my ($ret);
    $ret = $notification->Prepare();
    if ($ret) {
        $ret = $notification->Commit();
    }
[...]


Where can I find this class? 



-- 
/Ole Craig
Security Engineer
Team lead, customer support

303-381-3802 (main support hotline)
303-381-3824 (my direct line)
303-381-3801 (fax)

www.stillsecure.com
. . .



More information about the rt-users mailing list