[rt-users] Password Reminder
Frank Balonis
rt-user at balonis.com
Thu Jan 26 12:12:47 EST 2006
Hello,
I'm trying to implment the password reminder as specified here:
http://wiki.bestpractical.com/index.cgi?PasswordReminder
I have a fresh install of Request Tracker 3.4.4 from testing on Debian.
Nothing else has been done other then setup the database and the RT_SiteConfig to use mysql and my site title.
I followed the instructions and this is the error I recieve when attemtping to use he Reminder link:
error: Can't locate object method "new" via package "RT::Action::SendPasswordEmail" (perhaps you forgot to load "RT::Action::SendPasswordEmail"?) at /usr/share/request-tracker3.4/lib/RT/User_Overlay.pm line 803.
context: ...
799: . " a password reminder "
800: . "but couldn't find a password change template" );
801: }
802:
803: my $notification = RT::Action::SendPasswordEmail->new(
804: TemplateObj => $template,
805: Argument => $pass
806: );
807:
...
code stack: /usr/share/request-tracker3.4/lib/RT/User_Overlay.pm:803
/usr/local/share/request-tracker3.4/html/NoAuth/Reminder.html:37
/usr/share/request-tracker3.4/html/autohandler:85
Any help would be appreciated.
Thank-you
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060126/aefca874/attachment.htm>
More information about the rt-users
mailing list