mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Forgot to fully convert the templates to Template Toolkit: nested dots need to be escaped differently now. Also added filters to the URI fragments so that spaces get escaped properly. They'll be stuck together at some point.
This commit is contained in:
parent
ce7d0353fc
commit
f343303e4e
@ -23,8 +23,8 @@ If you wish to confirm this change, you should visit
|
||||
...with the following arguments:
|
||||
|
||||
command=userPrefsConfirmSet
|
||||
changeID=[% token %]
|
||||
changePassword=[% password %]
|
||||
changeID=[% token | uri %]
|
||||
changePassword=[% password | uri %]
|
||||
|
||||
If you do nothing, or if the change is cancelled using the password
|
||||
sent to the old address, then your account's e-mail address will stay
|
||||
|
@ -1,7 +1,7 @@
|
||||
TemplateToolkit
|
||||
1
|
||||
|
||||
To: [% session.fields.contact.email %]
|
||||
To: [% session.fields.${contact.email} %]
|
||||
From: [% output.address %]
|
||||
Subject: Changing your [% app.name %] e-mail address
|
||||
|
||||
@ -23,8 +23,8 @@ If you wish to cancel this change, you should visit
|
||||
...with the following arguments:
|
||||
|
||||
command=userPrefsConfirmSet
|
||||
changeID=[% token %]
|
||||
changePassword=[% password %]
|
||||
changeID=[% token | uri %]
|
||||
changePassword=[% password | uri %]
|
||||
|
||||
If you do nothing, and the change is confirmed using the password sent
|
||||
to the new address, then your account's e-mail address will be
|
||||
|
Loading…
x
Reference in New Issue
Block a user