| [%# This Source Code Form is subject to the terms of the Mozilla Public |
| # License, v. 2.0. If a copy of the MPL was not distributed with this |
| # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| # |
| # This Source Code Form is "Incompatible With Secondary Licenses", as |
| # defined by the Mozilla Public License, v. 2.0. |
| #%] |
| [% |
| title = "User Matching" |
| desc = "Set up your user matching policies" |
| %] |
| |
| [% param_descs = { |
| usemenuforusers => "If this option is set, Bugzilla will offer you a list " _ |
| "to select from (instead of a text entry field) where a user " _ |
| "needs to be selected. This option should not be enabled on " _ |
| "sites where there are a large number of users.", |
| |
| ajax_user_autocompletion => "If this option is set, typing characters in a certain user " _ |
| "fields will display a list of matches that can be selected from.", |
| |
| maxusermatches => "Search for no more than this many matches.<br> " _ |
| "If set to '1', no users will be displayed on ambiguous matches. " _ |
| "This is useful for user privacy purposes.<br> " _ |
| "A value of zero means no limit.", |
| |
| confirmuniqueusermatch => "Whether a confirmation screen should be displayed when only " _ |
| "one user matches a search entry." } |
| %] |