Update of /cvsroot/openfirst/www/htdocs/bugzilla/account/password
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32743/account/password
Modified Files:
forgotten-password.txt.tmpl set-forgotten-password.html.tmpl
Log Message:
Bring templates up to date for Bugzilla 2.18.1
Index: set-forgotten-password.html.tmpl
===================================================================
RCS file: /cvsroot/openfirst/www/htdocs/bugzilla/account/password/set-forgotten-password.html.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** set-forgotten-password.html.tmpl 28 Jun 2004 00:50:08 -0000 1.1
--- set-forgotten-password.html.tmpl 15 May 2005 15:04:51 -0000 1.2
***************
*** 1,3 ****
! <!-- 1....@bu... -->
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
--- 1,3 ----
! [%# 1....@bu... %]
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
***************
*** 20,23 ****
--- 20,24 ----
#%]
+ [% title = "Change Password" %]
[% PROCESS global/header.html.tmpl %]
Index: forgotten-password.txt.tmpl
===================================================================
RCS file: /cvsroot/openfirst/www/htdocs/bugzilla/account/password/forgotten-password.txt.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** forgotten-password.txt.tmpl 28 Jun 2004 00:50:08 -0000 1.1
--- forgotten-password.txt.tmpl 15 May 2005 15:04:51 -0000 1.2
***************
*** 19,38 ****
# Contributor(s): John Vandenberg <ze...@nu...>
#%]
[% expiration_ts = token_ts + (max_token_age * 86400) %]
From: bugzilla-admin-daemon
To: [% emailaddress %]
! Subject: Bugzilla Change Password Request
! You (or someone impersonating you) has requested to change your Bugzilla
! password. To change your password, visit the following link:
! [%+ Param('urlbase') %]token.cgi?a=cfmpw&t=[% token FILTER url_quote %]
If you are not the person who made this request, or you wish to cancel
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.
--- 19,41 ----
# Contributor(s): John Vandenberg <ze...@nu...>
#%]
+
+ [% PROCESS global/variables.none.tmpl %]
+
[% expiration_ts = token_ts + (max_token_age * 86400) %]
From: bugzilla-admin-daemon
To: [% emailaddress %]
! Subject: [% terms.Bugzilla %] Change Password Request
! You have (or someone impersonating you has) requested to change your
! [%+ terms.Bugzilla %] password. To complete the change, visit the following link:
! [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cfmpw
If you are not the person who made this request, or you wish to cancel
this request, visit the following link:
! [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlpw
! If you do nothing, the request will lapse after [%+ max_token_age +%] days (at
! precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) or when you
! log in successfully.
|