Index: mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl,v retrieving revision 1.10 diff -pu -r1.10 mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl +++ mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl @@ -38,19 +38,34 @@

To create a [% terms.Bugzilla %] account, all you need to do is to enter - a legitimate e-mail address. You will receive an email at this address - to confirm the creation of your account. You will not be able to log - in until you receive the email. If it doesn't arrive within a - reasonable amount of time, you can contact the maintainer of - this [% terms.Bugzilla %] installation +[% IF Param('emailsuffix') == '' %] + a legitimate email address. +[% ELSE %] + an accountname which when combined with [% Param('emailsuffix') %] + corresponds to an address where you receive email. +[% END %] + You will receive an email at this address to confirm the creation of your + account. You will not be able to log in until you receive the email. + If it doesn't arrive within a reasonable amount of time, you may contact + the maintainer of this [% terms.Bugzilla %] installation at [% Param("maintainer") %].

+[% 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 %] +
- + @@ -61,4 +59,20 @@
- E-mail address: + Email address: Index: mozilla/webtools/bugzilla/template/en/default/account/created.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/account/created.html.tmpl,v retrieving revision 1.7 diff -pu -r1.7 mozilla/webtools/bugzilla/template/en/default/account/created.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/account/created.html.tmpl +++ mozilla/webtools/bugzilla/template/en/default/account/created.html.tmpl @@ -33,10 +33,9 @@ [% PROCESS global/header.html.tmpl title = title %]

- To confirm the creation of the user account [% login FILTER html %], - use the URL given in the email you will receive. If you take no action in the - next [% constants.MAX_TOKEN_AGE FILTER html %] days, this request will - automatically be canceled. + A confirmation email has been sent containing a link to continue + creating an account. The link will expire if an account is not + created within [% constants.MAX_TOKEN_AGE FILTER html %] days.

[% PROCESS global/footer.html.tmpl %] Index: mozilla/webtools/bugzilla/template/en/default/account/email/confirm-new.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/account/email/confirm-new.html.tmpl,v retrieving revision 1.3 diff -pu -r1.3 mozilla/webtools/bugzilla/template/en/default/account/email/confirm-new.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/account/email/confirm-new.html.tmpl +++ mozilla/webtools/bugzilla/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) :
+

+ 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 %] Index: mozilla/webtools/bugzilla/template/en/default/account/email/request-new.txt.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/account/email/request-new.txt.tmpl,v retrieving revision 1.4 diff -pu -r1.4 mozilla/webtools/bugzilla/template/en/default/account/email/request-new.txt.tmpl --- mozilla/webtools/bugzilla/template/en/default/account/email/request-new.txt.tmpl +++ mozilla/webtools/bugzilla/template/en/default/account/email/request-new.txt.tmpl @@ -31,15 +31,30 @@ 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') %]. Index: mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl,v retrieving revision 1.57 diff -pu -r1.57 mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl +++ mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl @@ -46,7 +46,10 @@ [% ELSIF message_tag == "account_creation_canceled" %] [% title = "User Account Creation Canceled" %] The creation of the user account [% account FILTER html %] has been - canceled. + canceled. If you would like to create an account at this address in + the future, you will need to begin again at + + [% urlbase %]createaccount.cgi. [% ELSIF message_tag == "account_updated" %] [% IF changed_fields.size