[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-336-gbf01d6b
Shawn Moore
sartak at bestpractical.com
Thu Dec 2 13:21:16 EST 2010
The branch, 3.9-trunk has been updated
via bf01d6bdf618d2dbd3a9370a8965dd4164eafabf (commit)
from 86ce5bfd359306c38cfe9b4ab388b75e4fa1f0ed (commit)
Summary of changes:
share/html/Admin/Users/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit bf01d6bdf618d2dbd3a9370a8965dd4164eafabf
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 2 13:18:16 2010 -0500
Ignore AuthToken for searching on users
diff --git a/share/html/Admin/Users/index.html b/share/html/Admin/Users/index.html
index e5ce42d..96731f1 100755
--- a/share/html/Admin/Users/index.html
+++ b/share/html/Admin/Users/index.html
@@ -147,7 +147,7 @@ my %sorted = map { $_ => $i++ } qw(
);
my @attrs = sort { $sorted{$a} <=> $sorted{$b} }
- grep { !/(?:^id$|ContactInfo|Encoding|^External|System|PGPKey|^Last|^Creat(?:ed|or)$|^Signature$)/ }
+ grep { !/(?:^id$|ContactInfo|Encoding|^External|System|PGPKey|AuthToken|^Last|^Creat(?:ed|or)$|^Signature$)/ }
RT::User->ReadableAttributes;
my @fields;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list