summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/email/request-new.txt.tmpl
blob: b56bf4f79f247d3b68acfe8abad9ddc11ec84c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

[%# INTERFACE:
  # token: random string used to authenticate the transaction.
  # expiration_ts: expiration date of the token.
  # email: email address of the new account.
  # login: login name of the new account.
  #%]

From: [% Param('mailfrom') %]
To: [% email %]
Subject: [% terms.Bugzilla %]: confirm account creation
X-Bugzilla-Type: admin

[%+ terms.Bugzilla %] has received a request to create a user account
[%+ "($login)" IF !Param('use_email_as_login') %] using your email address ([% email %]).

To continue creating an account using this email address, visit the 
following link by [% expiration_ts FILTER time("%B %e, %Y at %H:%M %Z") %]:

[%+ urlbase %]token.cgi?t=[% token FILTER uri %]&a=request_new_account

If you did not receive this email before [% expiration_ts FILTER time("%B %e, %Y at %H:%M %Z") %] or
you wish to create an account using a different email address you can begin
again by going to:

[%+ urlbase %]createaccount.cgi

[% IF Param('createemailregexp') == '.*' %]
PRIVACY NOTICE: [% terms.Bugzilla %] is an open [% terms.bug %] tracking
system. Activity on most [%+ terms.bugs %] will be visible to the public.
[% IF Param('use_email_as_login') %]
This includes email addresses. We recommend using a secondary account or free
web email service (such as Gmail, Yahoo, Hotmail, or similar) to avoid
receiving spam at your primary email address.
[% END %]
[% END %]

If you do not wish to create an account, or if this request was made in
error you can do nothing or visit the following link:

[%+ urlbase %]token.cgi?t=[% token FILTER uri %]&a=cancel_new_account

If the above links do not work, or you have any other issues regarding
your account, please contact administration at [% Param('maintainer') %].