diff options
Diffstat (limited to 'template/en/default/account/create.html.tmpl')
-rw-r--r-- | template/en/default/account/create.html.tmpl | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index 2e8739b79..031c2f483 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -38,19 +38,34 @@ <p> 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. <b>You will not be able to log - in until you receive the email.</b> 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. <b>You will not be able to log in until you receive the email.</b> + If it doesn't arrive within a reasonable amount of time, you may contact + the maintainer of this [% terms.Bugzilla %] installation at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>. </p> +[% IF Param('createemailregexp') == '.*' && Param('emailsuffix') == '' %] +<p> + <b>PRIVACY NOTICE:</b> [% terms.Bugzilla %] is an open [% terms.bug %] + tracking system. Activity on most [% terms.bugs %], including email + addresses, will be visible to the public. We <b>recommend</b> 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. +</p> +[% END %] + <form id="account_creation_form" method="get" action="createaccount.cgi"> <table> <tr> <td align="right"> - <b>E-mail address:</b> + <b>Email address:</b> </td> <td> <input size="35" id="login" name="login"> |