]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 490764: Bugzilla should explain why creating a user account is worthwhile
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 16 May 2012 17:33:04 +0000 (19:33 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 16 May 2012 17:33:04 +0000 (19:33 +0200)
r=glob a=LpSolit

template/en/default/account/auth/login.html.tmpl
template/en/default/account/create.html.tmpl

index 123449d7219e02c3ac4ad89d5b553dfd8502b743..d0a0ef87186368134dc54a3d7d01976cc358dd54 100644 (file)
@@ -22,7 +22,7 @@
 [% USE Bugzilla %]
 
 <p>
-  I need a legitimate login and password to continue.
+  [% terms.Bugzilla %] needs a legitimate login and password to continue.
 </p>
 
 <form name="login" action="[% target FILTER html %]" method="POST"
     <p>
       If you don't have a [% terms.Bugzilla %] account, you can
       <a href="createaccount.cgi">create a new account</a>.
+      [% IF Param("requirelogin") %]
+        A user account is required because this [% terms.Bugzilla %]
+        installation is only accessible to authenticated users.
+      [% ELSIF target.match("_bug\.cgi$") %]
+        A user account is required to file a new [% terms.bug %] or to comment
+        into existing ones so that you can be contacted if more information is
+        needed.
+      [% END %]
     </p>
   [% END %]
 
index 4fab2556d91fafdff0064a2bcaeaedc2023b7b77..bf2cf31f03f1433904aba51bdec75f7132970cf6 100644 (file)
   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>