Commit 3a5a3298 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 192775 - rearrange parameter order in token URLs to make them always fully…

Bug 192775 - rearrange parameter order in token URLs to make them always fully linked in some MUAs. Patch by gerv; r=myk, a=justdave.
parent 94aa1c35
...@@ -31,12 +31,12 @@ for the account [% oldemailaddress %] to your address. ...@@ -31,12 +31,12 @@ for the account [% oldemailaddress %] to your address.
To confirm the change, visit the following link: To confirm the change, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cfmem&t=[% token FILTER url_quote %] [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cfmem
If you are not the person who made this request, or you wish to cancel If you are not the person who made this request, or you wish to cancel
this request, visit the following link: this request, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %] [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem
If you do nothing, the request will lapse after [%+ max_token_age %] days 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) %]). (at precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]).
...@@ -40,7 +40,7 @@ for your account to [%+ newemailaddress %]. ...@@ -40,7 +40,7 @@ for your account to [%+ newemailaddress %].
If you are not the person who made this request, or you wish to cancel If you are not the person who made this request, or you wish to cancel
this request, visit the following link: this request, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %] [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem
If you do nothing, and [%+ newemailaddress %] confirms this request, the If you do nothing, and [%+ newemailaddress %] confirms this request, the
change will be made permanent after [%+ max_token_age %] days (at precisely change will be made permanent after [%+ max_token_age %] days (at precisely
......
...@@ -29,12 +29,12 @@ Subject: [% terms.Bugzilla %] Change Password Request ...@@ -29,12 +29,12 @@ Subject: [% terms.Bugzilla %] Change Password Request
You have (or someone impersonating you has) requested to change your You have (or someone impersonating you has) requested to change your
[%+ terms.Bugzilla %] password. To complete the change, visit the following link: [%+ terms.Bugzilla %] password. To complete the change, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cfmpw&t=[% token FILTER url_quote %] [%+ 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 If you are not the person who made this request, or you wish to cancel
this request, visit the following link: this request, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cxlpw&t=[% token FILTER url_quote %] [%+ 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 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 precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) or when you
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment