File: initialdata

package info (click to toggle)
rt-extension-resetpassword 1.12-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: perl: 2,346; makefile: 31; sh: 30
file content (17 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
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 }',
    },
);