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:
ian%hixie.ch 2002-05-06 21:15:05 +00:00
parent ce7d0353fc
commit f343303e4e
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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