RTx::BecomeUser - Become any user


RTx-BecomeUser documentation Contained in the RTx-BecomeUser distribution.

Index


Code Index:

NAME

Top

RTx::BecomeUser - Become any user

VERSION

Top

This document describes version 0.01 of RTx::BecomeUser, released February 22, 2008.

DESCRIPTION

Top

This RT extension provides a web interface for becoming any user i.e simulating logging in as any other user other than yourself. This privilege is provided only to the users with SuperUser privilege.

After installation, log in as superuser, and click on Configuration->Tools->Become User, choose the user you want to become from the list and click submit. It will redirect you to the home page with logged on user as the user you selected.

AUTHORS

Top

Amit Poddar<lt>amit_poddark@yahoo.com<gt>

COPYRIGHT

Top


RTx-BecomeUser documentation Contained in the RTx-BecomeUser distribution.

package RTx::BecomeUser;
$RTx::BecomeUser::VERSION = "0.01";

require 5.003;

1;

__END__