diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-16 19:33:04 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-16 19:33:04 +0200 |
commit | 82c52c304a6513c68735923f5ecb42c5137b9ed4 (patch) | |
tree | 9047393dff6b18417e88015a31c7ba744f4ad025 /template/en/default/account/auth/login.html.tmpl | |
parent | c80b5c35e38a7fefa1df3ea8c02295cb9f126e4f (diff) | |
download | bugs-82c52c304a6513c68735923f5ecb42c5137b9ed4.tar bugs-82c52c304a6513c68735923f5ecb42c5137b9ed4.tar.gz bugs-82c52c304a6513c68735923f5ecb42c5137b9ed4.tar.bz2 bugs-82c52c304a6513c68735923f5ecb42c5137b9ed4.tar.xz bugs-82c52c304a6513c68735923f5ecb42c5137b9ed4.zip |
Bug 490764: Bugzilla should explain why creating a user account is worthwhile
r=glob a=LpSolit
Diffstat (limited to 'template/en/default/account/auth/login.html.tmpl')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 123449d72..d0a0ef871 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -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" @@ -88,6 +88,14 @@ <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 %] |