-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
60 lines (40 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
NAME
RT-Extension-UserSearch - Provides a portlet to list members of a
configurable group
DESCRIPTION
This portlet lists privileged users and their ticket count grouped by state.
Only users with the permission `ShowUserSearch` can add this portlet
to their homepage dashboard.
RT VERSION
Works with RT 4.4.2
INSTALLATION
perl Makefile.PL
make
make install
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:
Plugin('RT::Extension::UserSearch');
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj
Restart your webserver
CONFIGURATION
By default, all privilegued users are shown. There is a known problem
with users which don't own any tickets being hidden.
If you want to show specific groups, you can configure an array of group names:
Set($UserSearch_Groups,
[ "netways" ]
);
This also works for sub group members included in the configured group.
Navigate into Admin - Global - Group Rights and select the group to modify.
Select the Rights for staff tab and tick Show the usersearch box.
Users need to edit their dashboard and add the RT-Extension-UserSearch droplet.
AUTHOR
NETWAYS GmbH <lt>support@netways.de<gt>
BUGS
All bugs should be reported on GitHub
<https://github.com/NETWAYS/rt-extension-usersearch>.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2018 by NETWAYS GmbH
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991