[Rt-commit] rt branch, 4.2/clarify-selfservice-unprivileged-autocomplete, created. rt-4.2.8-2-g36fc961
Kevin Falcone
falcone at bestpractical.com
Tue Oct 7 12:27:21 EDT 2014
The branch, 4.2/clarify-selfservice-unprivileged-autocomplete has been created
at 36fc961c19289501ab856fd42b8500603492f0ca (commit)
- Log -----------------------------------------------------------------
commit 36fc961c19289501ab856fd42b8500603492f0ca
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Oct 3 15:14:54 2014 -0400
Mention SelfService in AllowUserAutocompleteForUnprivileged docs
Most folks will search for SelfService before Unprivileged when looking
for this option. It's obvious to us that they're equated, but not to
all admins.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index d43614d..88df7b8 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1514,9 +1514,9 @@ Set($UserSearchFields, {
=item C<$AllowUserAutocompleteForUnprivileged>
-Should unprivileged users be allowed to autocomplete users. Setting
-this option to 1 means unprivileged users will be able to search all
-your users.
+Should unprivileged users (users of SelfService) be allowed to
+autocomplete users. Setting this option to 1 means unprivileged users
+will be able to search all your users.
=cut
-----------------------------------------------------------------------
More information about the rt-commit
mailing list