| RT-Extension-ToggleSuperUser documentation | Contained in the RT-Extension-ToggleSuperUser distribution. |
RT::Extension::ToggleSuperUser - allow users with SuperUser right to quickly enable/disable this right.
Version 0.02
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.
Emmanuel Lacour, <elacour at home-dn.net>
Please report any bugs or feature requests to bug-rt-extension-ToggleSuperUser at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RT-Extension-ToggleSuperUser. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc RT::Extension::ToggleSuperUser
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-ToggleSuperUser
Copyright 2008 Emmanuel Lacour, all rights reserved.
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.
| RT-Extension-ToggleSuperUser documentation | Contained in the RT-Extension-ToggleSuperUser distribution. |
package RT::Extension::ToggleSuperUser; use warnings; use strict;
our $VERSION = '0.02';
1; # End of RT::Extension::ToggleSuperUser