Access report
Does anyone know how to find out how long someone has had access to AEM as a user?
Does anyone know how to find out how long someone has had access to AEM as a user?
It might help to better understand what you are after. Are you trying to find out when the account was created? When they were granted permission to a particular piece of content? The first time they edited content? Something else?
I am sure there are multiple ways to do it. One is to look in CRXDE Lite (<serverURL>:<port>/crx/de). Users are stored here: /home/users. Find the user in question and then refer to jcr:created property. This will tell you when the account was created.
...
clint
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.