1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
@Templates = (
{ Queue => '0',
Name => 'PasswordReset',
Description => 'Send user an password reset token',
Content => 'Subject: RT Password Reset Request
Greetings,
Someone at { RT::Interface::Web::RequestENV(\'REMOTE_ADDR\') } requested that RT send you this message
allowing you to reset your password. If you didn\'t request this message, please
notify your RT administrator immediately.
To reset your password, click on the following URL and enter your new password:
{ RT->Config->Get(\'WebURL\') }NoAuth/ResetPassword/Reset/{ $Token }/{ $User->id }',
},
);
|