Page 1 of 1

User Last Logged In

PostPosted: Thu Feb 23, 2012 1:28 pm
by powderedegg
Would it be possible to show somehow when a user last logged in?

Re: User Last Logged In

PostPosted: Thu Feb 23, 2012 2:49 pm
by BKKKPewsey
As requested before it would be nice if we knew when any user was logged in.
At the moment the only indication that someone is on the server is if they are playing music,
and then only if "show others what I am playing" is enabled.

so a +1 from me but with more 8)

Re: User Last Logged In

PostPosted: Thu Feb 23, 2012 9:42 pm
by ytechie
Technically we can look at the LAST_SEEN field of each users' players. Even though it might work, it's working around the issue to such an extent that I wouldn't spend time implementing it. A much easier method can be implemented with the addition of a LAST_SEEN field in the user table, and some simple java to timestamp that field after the user is authenticated.