From 82c52c304a6513c68735923f5ecb42c5137b9ed4 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 16 May 2012 19:33:04 +0200 Subject: Bug 490764: Bugzilla should explain why creating a user account is worthwhile r=glob a=LpSolit --- template/en/default/account/auth/login.html.tmpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'template/en/default/account/auth/login.html.tmpl') 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 %]

- I need a legitimate login and password to continue. + [% terms.Bugzilla %] needs a legitimate login and password to continue.

If you don't have a [% terms.Bugzilla %] account, you can create a new account. + [% 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 %]

[% END %] -- cgit v1.2.3-24-g4f1b