diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:58:34 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:58:34 +0200 |
commit | 0074477c0f3d0e78b71ec866526c65c99f0a5c82 (patch) | |
tree | 477bb6d3519151b1ad3c9e57ca3e6430f56b8e3f /docs | |
parent | d47f6057e0257b3282ff25a144b9ef36ec741012 (diff) | |
download | bugzilla-0074477c0f3d0e78b71ec866526c65c99f0a5c82.tar.gz bugzilla-0074477c0f3d0e78b71ec866526c65c99f0a5c82.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 c50ccbb3b..4b7189755 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -862,7 +862,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> |