Access report | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ClintLundmark

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

2 replies

vanegi
Adobe Employee
Adobe Employee
June 15, 2020

You can invalidate user session from http://<host:port>/system/console/tokenmgr directly by removing/deleting the token. This shows the details of valid and expired tokens of users.

ClintLundmark
ClintLundmarkAccepted solution
Level 3
June 15, 2020

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