From b3a5340afc6d1411275f5548db1e36e655aeb755 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 30 Jul 2007 12:44:59 +0000 Subject: Bug 369592 New Account Privacy policy etc. string changes for bmo r=lpsolit a=lpsolit --- .../en/default/account/email/confirm-new.html.tmpl | 28 ++++++++++++++++------ .../en/default/account/email/request-new.txt.tmpl | 25 ++++++++++++++----- 2 files changed, 40 insertions(+), 13 deletions(-) (limited to 'template/en/default/account/email') diff --git a/template/en/default/account/email/confirm-new.html.tmpl b/template/en/default/account/email/confirm-new.html.tmpl index 45c12b8f5..40ee5ed49 100644 --- a/template/en/default/account/email/confirm-new.html.tmpl +++ b/template/en/default/account/email/confirm-new.html.tmpl @@ -27,11 +27,9 @@ [% expiration_ts = date + (constants.MAX_TOKEN_AGE * 86400) %]
- To complete the creation of your user account, you must choose a password in the - form below. You can also enter your real name, which is optional.

- If you don't fill this form before - [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %], - the creation of this account will be automatically canceled. + To create your account, you must enter a password in the form below. + Your email address and Real Name (if provided) will be shown with + changes you make.

@@ -43,7 +41,7 @@ [% email FILTER html %] - : + (OPTIONAL) : @@ -51,7 +49,7 @@ - : + : @@ -61,4 +59,20 @@
+

+ This account will not be created if this form is not completed by + [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]. +

+ +

+ If you do not wish to create an account with this email click the + cancel account button below and your details will be forgotten. +

+ +
+ + + +
+ [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/account/email/request-new.txt.tmpl b/template/en/default/account/email/request-new.txt.tmpl index 3248e4b38..9e609048d 100644 --- a/template/en/default/account/email/request-new.txt.tmpl +++ b/template/en/default/account/email/request-new.txt.tmpl @@ -31,15 +31,28 @@ X-Bugzilla-Type: admin [%+ terms.Bugzilla %] has received a request to create a user account using your email address ([% email %]). -To confirm that you want to create an account using that email address, -visit the following link: +To continue creating an account using this email address, visit the +following link by [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]: [%+ 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: +If you did not receive this email before [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %] or +you wish to create an account using a different email address you can begin +again by going to: + +[%+ urlbase %]createaccount.cgi + +[% IF Param('createemailregexp') == '.*' && Param('emailsuffix') == '' %] +PRIVACY NOTICE: [% terms.Bugzilla %] is an open [% terms.bug %] tracking system. Activity on most +[%+ terms.bugs %], including email addresses, will be visible to the public. We recommend +using a secondary account or free web email service (such as Gmail, Yahoo, +Hotmail, or similar) to avoid receiving spam at your primary email address. +[% END %] + +If you do not wish to create an account, or if this request was made in +error you can do nothing or visit the following link: [%+ 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) %]). +If the above links do not work, or you have any other issues regarding +your account, please contact administration at [% Param('maintainer') %]. -- cgit v1.2.3-24-g4f1b