summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/create.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-05-16 19:33:04 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-05-16 19:33:04 +0200
commit82c52c304a6513c68735923f5ecb42c5137b9ed4 (patch)
tree9047393dff6b18417e88015a31c7ba744f4ad025 /template/en/default/account/create.html.tmpl
parentc80b5c35e38a7fefa1df3ea8c02295cb9f126e4f (diff)
downloadbugzilla-82c52c304a6513c68735923f5ecb42c5137b9ed4.tar.gz
bugzilla-82c52c304a6513c68735923f5ecb42c5137b9ed4.tar.xz
Bug 490764: Bugzilla should explain why creating a user account is worthwhile
r=glob a=LpSolit
Diffstat (limited to 'template/en/default/account/create.html.tmpl')
-rw-r--r--template/en/default/account/create.html.tmpl11
1 files changed, 10 insertions, 1 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index 4fab2556d..bf2cf31f0 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -36,11 +36,20 @@
at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>.
</p>
+<p>
+ A user account is required to report new [% terms.bugs %] or to comment into
+ existing ones, as you may be contacted for more information if needed.
+ This also lets other users clearly identify who is the author of comments
+ or changes made into [% terms.bugs %]. <b>Note that your email address will
+ <u>never</u> be displayed to logged out users. Only registered users will be
+ able to see it.</b>
+</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
+ addresses, will be visible to registered users. 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>