[rt-users] Displaying RT logged-on users

Todd Chapman todd at chaka.net
Sat Jan 28 14:17:24 EST 2006


On Fri, Jan 27, 2006 at 06:54:17PM -0800, Mike Friedman wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> Is there a straightforward way for me to see who is currently logged in to 
> RT, assuming I have all the necessary privileges?
> 
> If it must be done by a direct database query (mysql in my case), then 
> what would the query look like?  But I'd prefer doing it through RT 
> itself.
> 
> Thanks.
> 
> Mike

Mike,

I might be wrong, but I don't think there is a way currently.
The sessions table in the database has open sessions, but that
just means someone is logged in. It doesn't seem to record
who is logged in, but you could probably change the code
to track user name/id.

-Todd



More information about the rt-users mailing list