diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-18 01:13:43 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-18 01:13:43 +0100 |
commit | 9e044b55c14320849fec284fa5452e9385153ec4 (patch) | |
tree | 8d228fb51a2eb162de951d15a19895850f641763 /template | |
parent | 56cb0704b45b7bd7457bbf3e4da69f9384d1c261 (diff) | |
download | bugzilla-9e044b55c14320849fec284fa5452e9385153ec4.tar.gz bugzilla-9e044b55c14320849fec284fa5452e9385153ec4.tar.xz |
Bug 533018: "Confirm match" displays full email address to logged-out users in request.cgi
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 10 |
1 files changed, 7 insertions, 3 deletions
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 %] <form method="post" [% IF script -%] @@ -86,9 +86,13 @@ [% PROCESS global/header.html.tmpl title="Match Failed" %] <p> [% 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.<br> - 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 %] + <b>Note: You are currently logged out. Only exact matches against e-mail + addresses will be performed.</b> + [% END %] </p> + <p>Please go back and try other names or email addresses.</p> [% END %] <table border="0"> |