diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:54:13 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:54:13 +0200 |
commit | b1ef06ac929b878163befb7effa54aa13d6426e5 (patch) | |
tree | a0c2617bd49ea7bc3bd56ef265345f77a6d7e319 /docs | |
parent | 650a2f9f5807536ee118ba031622bede7f4e1642 (diff) | |
download | bugzilla-b1ef06ac929b878163befb7effa54aa13d6426e5.tar.gz bugzilla-b1ef06ac929b878163befb7effa54aa13d6426e5.tar.xz |
Bug 685552 - Email auto-completion causes server to thrash
r/a=mkanat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/administration.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 3796c8caf..82d986791 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -864,7 +864,12 @@ contains parameters for how user names can be queried and matched when entered. </para> - + <para> + Another setting called 'ajax_user_autocompletion' enables certain + user fields to display a list of matched user names as a drop down after typing + a few characters. Note that it is recommended to use mod_perl when + enabling 'ajax_user_autocompletion'. + </para> </section> </section> |