cancel
Showing results for 
Search instead for 
Did you mean: 

Report on user access

marcog
Confirmed Champ
Confirmed Champ

I need to generate a report (html, json, any output) that informs users' data (users and person) of the status and what the last login of this user was (last time he logged in).
Is there any query or console that reports this data? I do not want to generate (at this time) any audit (additional log) or use Alflytics.

I am using alfresco 5.2 with the default Postgresql database.

Thanks

2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator

There is no out-of-the-box reliable way to get such details. This already starts with the fact that there is no recording of such information anywhere in the system. This specifically was one of the reasons that I had to develop a custom audit addon for a customer once, because they wanted to regularly deauthorise users who haven't been active for a specific amount of time.

marcog
Confirmed Champ
Confirmed Champ

AFaust thanks for your return and thank you for your reply.

I will notify you that we do not have an easy way to do this. Only with the same audit.

Would Alflytics also help us here?

Thanks