diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-08 08:19:12 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-08 08:19:12 +0200 |
commit | 08095abadba2df76318e2fadcae442e21e1f2a1c (patch) | |
tree | cb95c18360f05ff520411fb6083d129f3d44e2ab /template/en/default/email | |
parent | 16e6b9c6ae479e28cd77204a3d7d9966b293c19a (diff) | |
download | bugzilla-08095abadba2df76318e2fadcae442e21e1f2a1c.tar.gz bugzilla-08095abadba2df76318e2fadcae442e21e1f2a1c.tar.xz |
Bug 729001: Reverse resolves the IP address in account lockout notifications
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/lockout.txt.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/email/lockout.txt.tmpl b/template/en/default/email/lockout.txt.tmpl index e30a4e945..51153ea45 100644 --- a/template/en/default/email/lockout.txt.tmpl +++ b/template/en/default/email/lockout.txt.tmpl @@ -8,10 +8,10 @@ From: [% Param('mailfrom') %] To: [% Param('maintainer') %] -Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% attempts.0.ip_addr %]) +Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% address %]) X-Bugzilla-Type: admin -The IP address [% attempts.0.ip_addr %] failed too many login attempts ( +The address [% address %] failed too many login attempts ( [%- constants.MAX_LOGIN_ATTEMPTS +%]) for the account [% locked_user.login %]. |