From 9e044b55c14320849fec284fa5452e9385153ec4 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 18 Feb 2010 01:13:43 +0100 Subject: Bug 533018: "Confirm match" displays full email address to logged-out users in request.cgi r/a=mkanat --- template/en/default/global/confirm-user-match.html.tmpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'template/en/default/global/confirm-user-match.html.tmpl') diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 40dccc6b5..67a901f0e 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -57,7 +57,7 @@ [% IF matchsuccess == 1 %] [% PROCESS global/header.html.tmpl title="Confirm Match" %] -[% USE Bugzilla %] + [% USE Bugzilla %]
[% terms.Bugzilla %] was unable to make any match at all for one or more of - the names and/or email addresses you entered on the previous page.
- Please go back and try other names or email addresses. + the names and/or email addresses you entered on the previous page. + [% IF !user.id %] + Note: You are currently logged out. Only exact matches against e-mail + addresses will be performed. + [% END %]

+

Please go back and try other names or email addresses.

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