RT-Extension-ToggleSuperUser - allow users with SuperUser right to quickly enable/disable this right.

This RT Extension allow users with SuperUser right to quickly enable/disable
this right with a simple link at the top of each page. This way, they can work
like standard users for day to day usage and enable SuperUser right only when
needed.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

Then, to make it active, add it to @Plugins in RT site configuration file
(RT_SiteConfig.pm), example:

    Set(@Plugins,(qw(RT::Extension::ToggleSuperUser)));

SUPPORT AND DOCUMENTATION

You can find documentation for this module with the perldoc command.

    perldoc RT::Extension::ToggleSuperUser


You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-ToggleSuperUser

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/RT-Extension-ToggleSuperUser

    CPAN Ratings
        http://cpanratings.perl.org/d/RT-Extension-ToggleSuperUser

    Search CPAN
        http://search.cpan.org/dist/RT-Extension-ToggleSuperUser


COPYRIGHT AND LICENCE

Copyright (C) 2008 Emmanuel Lacour

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

Request Tracker (RT) is Copyright Best Practical Solutions, LLC.