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.
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.