summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/create.html.tmpl
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-30 14:44:59 +0200
committertimeless%mozdev.org <>2007-07-30 14:44:59 +0200
commitb3a5340afc6d1411275f5548db1e36e655aeb755 (patch)
treea0a8d5525825d70c606efdcd742a94a09b5cecd1 /template/en/default/account/create.html.tmpl
parentd4fafd8ab398a2c8613a8bfda77a0cca7869e87a (diff)
downloadbugzilla-b3a5340afc6d1411275f5548db1e36e655aeb755.tar.gz
bugzilla-b3a5340afc6d1411275f5548db1e36e655aeb755.tar.xz
Bug 369592 New Account Privacy policy etc. string changes for bmo
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en/default/account/create.html.tmpl')
-rw-r--r--template/en/default/account/create.html.tmpl27
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">