Commit f58650e4 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 388826 "cannot make a conclusive match" should not be said if the only…

Bug 388826 "cannot make a conclusive match" should not be said if the only reason is confirmuniqueusermatch r=wicked a=lpsolit
parent b3a5340a
...@@ -1344,6 +1344,7 @@ sub match_field { ...@@ -1344,6 +1344,7 @@ sub match_field {
$vars->{'fields'} = $fields; # fields being matched $vars->{'fields'} = $fields; # fields being matched
$vars->{'matches'} = $matches; # matches that were made $vars->{'matches'} = $matches; # matches that were made
$vars->{'matchsuccess'} = $matchsuccess; # continue or fail $vars->{'matchsuccess'} = $matchsuccess; # continue or fail
$vars->{'matchmultiple'} = $match_multiple;
print Bugzilla->cgi->header(); print Bugzilla->cgi->header();
......
...@@ -54,11 +54,18 @@ ...@@ -54,11 +54,18 @@
> >
<p> <p>
[% terms.Bugzilla %] cannot make a conclusive match for one or more of the [% IF matchmultiple %]
names and/or email addresses you entered on the previous page.<br> [% terms.Bugzilla %] cannot make a conclusive match for one or more
Please examine the lists of potential matches below and select the of the names and/or email addresses you entered on the previous page.
one you want, or go back to the previous page to revise the names <br>Please examine the lists of potential matches below and select the
you entered. ones you want,
[% ELSE %]
[% terms.Bugzilla %] is configured to require verification whenever
you enter a name or partial email address.
<br>Below are the names/addresses you entered and the matched accounts.
Please confirm that they are correct,
[% END %]
or go back to the previous page to revise the names you entered.
</p> </p>
[% ELSE %] [% ELSE %]
[% PROCESS global/header.html.tmpl title="Match Failed" %] [% PROCESS global/header.html.tmpl title="Match Failed" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment