Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

65 lines (34 loc) · 1.59 KB

NAME

RT::Extension::ModifyUsersPrefs - Allow to modify other users' preferences

DESCRIPTION

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.

RT VERSION

Works with RT 4.2 or greater

INSTALLATION

  • 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

AUTHOR

Gérald Sédrati [email protected]

REPOSITORY

https://github.com/gibus/RT-Extension-ModifyUsersPrefs

BUGS

All bugs should be reported via email to

[email protected]

or via the web at

rt.cpan.org.

LICENSE AND COPYRIGHT

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