summaryrefslogtreecommitdiffstats
path: root/template/en/default/email/lockout.txt.tmpl
blob: e30a4e945030581aae7dc340ec281b4e0034277e (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
[%# 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.
  #%]

From: [% Param('mailfrom') %]
To: [% Param('maintainer') %]
Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% attempts.0.ip_addr %])
X-Bugzilla-Type: admin

The IP address [% attempts.0.ip_addr %] failed too many login attempts (
[%- constants.MAX_LOGIN_ATTEMPTS +%]) for
the account [% locked_user.login %]. 

The login attempts occurred at these times:

[% FOREACH login = attempts %]
  [%+ login.login_time FILTER time %]
[% END %]

This IP will be able to log in again using this account at
[%+ unlock_at FILTER time %].