This module provides a way for a super user to effectively logon as any RT user without knowing their password. It provides a html form where a super user can select a user from the list of users he/she wants to become.
This form is provided as a link under Configuration->Tools->Become User
tar xvfz RTx-BecomeUser-1.0.tar.gz
cd RTx-BecomeUser-1.0
export RTHOME=/u01/rt/rt (This will be the RT install directory)
perl Makefile.PL make make install
This is the mason template which acts as the main form and sets up
the RT session and pity much does all the work
2. html/Callbacks/BecomeUserCallbacks/Admin/Elements/ToolTabs
This callback adds the Become User link under Configuration->Tools
BUGS/ENHANCEMENTS:
I would love to listen from you about any bugs or enhancements. Please mail me at poddar007@gmail.com