diff options
Diffstat (limited to 'template/en/default/account/email/request-new.txt.tmpl')
-rw-r--r-- | template/en/default/account/email/request-new.txt.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/email/request-new.txt.tmpl b/template/en/default/account/email/request-new.txt.tmpl index 3fcdddfd1..3248e4b38 100644 --- a/template/en/default/account/email/request-new.txt.tmpl +++ b/template/en/default/account/email/request-new.txt.tmpl @@ -34,12 +34,12 @@ using your email address ([% email %]). To confirm that you want to create an account using that email address, visit the following link: -[%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=request_new_account +[%+ urlbase %]token.cgi?t=[% token FILTER url_quote %]&a=request_new_account 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=cancel_new_account +[%+ urlbase %]token.cgi?t=[% token FILTER url_quote %]&a=cancel_new_account If you do nothing, the request will lapse after [%+ constants.MAX_TOKEN_AGE %] days (on [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]). |