RT::Extension::ModifyUsersPrefs - Allow to modify other users' preferences
By default, RT only allows authorized users to modify their own preferences. This module adds the ability to modify other users' preferences, by adding a new tab in Admin/Users
pages.
This implies that AdminUsers
and ShowConfigTab
rights should be granted in order to be authorized to modify other users' preferences.
Works with RT 4.2 or greater
-
perl Makefile.PL
-
make
-
make install
May need root permissions
-
Edit your
/opt/rt5/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:
Plugin('RT::Extension::ModifyUsersPrefs');
For RT 4.0, add this line:
Set(@Plugins, qw(RT::Extension::ModifyUsersPrefs));
or add
RT::Extension::ModifyUsersPrefs
to your existing@Plugins
line. -
Clear your mason cache
rm -rf /opt/rt5/var/mason_data/obj
-
Restart your webserver
Gérald Sédrati [email protected]
https://github.com/gibus/RT-Extension-ModifyUsersPrefs
All bugs should be reported via email to
or via the web at
This software is Copyright (c) 2017-2022 by Gérald Sédrati, Easter-Eggs
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007