cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco query to find logged in user

samnaction
Champ in-the-making
Champ in-the-making
We released alfresco in our organisatation and I dont who all are logged in so far.I need to find the number of users who so far logged in alfresco. Is there any way to find the number of logged in users.
1 REPLY 1

romschn
Star Collaborator
Star Collaborator
One approach to do this would be - have an extra property named login success under an aspect. As soon as user logs in to the alfresco, add an aspect on the logged in user and set this login success property. This way, whenever user will login, you will have this property set on user. In order to find out who all users have logged in to the system - query the repository and find the users having login success property set.

Hope this helps.