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, including RT 5 and RT 6.
-
export
$RTHOME=/home/of/your/RT/installation/libThis is needed if your
RTinstallation directory is not/opt/rt6/(nor/opt/rt5for RT 5, nor/opt/rt4for RT 4). -
perl Makefile.PL -
make -
make installMay need root permissions
-
Edit your
/opt/rt5/etc/RT_SiteConfig.pmIf 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::ModifyUsersPrefsto your existing@Pluginsline. -
Clear your mason cache
rm -rf /opt/rt5/var/mason_data/obj -
Restart your webserver
Gérald Sédrati gibus@easter-eggs.com
https://github.com/gibus/RT-Extension-ModifyUsersPrefs
All bugs should be reported via email to
bug-RT-Extension-ModifyUsersPrefs@rt.cpan.org
or via the web at
This software is Copyright (c) 2017-2026 by Gérald Sédrati, Easter-Eggs
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007