diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-08 08:22:03 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-08 08:22:03 +0200 |
commit | c8f114b57e4ecd998ba367d761c5b28670cd68b5 (patch) | |
tree | aae34021c1eb515746a985f58a44f126136e9c8f /template | |
parent | 3fb6876e63df886778f1ff6144866e180cd88107 (diff) | |
download | bugzilla-c8f114b57e4ecd998ba367d761c5b28670cd68b5.tar.gz bugzilla-c8f114b57e4ecd998ba367d761c5b28670cd68b5.tar.xz |
Bug 729001: reverse resolve the ip address in account lockout notifications
Diffstat (limited to 'template')
-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 ac6525779..94e9c74cb 100644 --- a/template/en/default/email/lockout.txt.tmpl +++ b/template/en/default/email/lockout.txt.tmpl @@ -22,10 +22,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 %]. |