From af7e8c59d7024eacba4c2740e1f1367ef069cbc4 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 3 May 2002 13:37:42 +0000 Subject: Bug 135836 - change requests should include expiration details. Patch by zeroJ@null.net; r=gerv, justdave. --- template/en/default/account/password/forgotten-password.txt.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/account/password/forgotten-password.txt.tmpl') diff --git a/template/en/default/account/password/forgotten-password.txt.tmpl b/template/en/default/account/password/forgotten-password.txt.tmpl index 155b83b08..bf3242c08 100644 --- a/template/en/default/account/password/forgotten-password.txt.tmpl +++ b/template/en/default/account/password/forgotten-password.txt.tmpl @@ -18,6 +18,7 @@ # # Contributor(s): John Vandenberg #%] +[% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: Bugzilla Change Password Request @@ -32,3 +33,6 @@ this request, visit the following link: [%+ Param('urlbase') %]token.cgi?a=cxlpw&t=[% token FILTER url_quote %] +If you do nothing, the request will lapse after +[%- max_token_age %] days +([% time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) or when you log in successfully. -- cgit v1.2.3-24-g4f1b