Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Hi,
How can we get the list of users who are inactive past 60 days either by using query debugger or java code.
I referred this
but not sure whether this is correct way bcz it only lists the users having tokens.
Thank you
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
Hi ,
AEM by default doesn't capture user login timestamp and you will need to build a custom solution in order to achieve this.
Please check this wonderful article on details of how this can be achieved.
Hope this will help you.
Thanks
Hi ,
AEM by default doesn't capture user login timestamp and you will need to build a custom solution in order to achieve this.
Please check this wonderful article on details of how this can be achieved.
Hope this will help you.
Thanks
You can achieve by Query builder also. Check the below command
p.hits=selective
p.limit=-1
path=/home/users
type=rep:Token
relativedaterange.property=rep:token.exp
relativedaterange.upperBound=-60d
p.limit=-1
But it will give you duplicate entries in result because a user can have multiple tokens stored so to avoid duplicate entries you can run the token cleanup task (com.day.crx.security.token.impl.TokenCleanupTask) or with use some Java utility class.
Vues
Réponses
Nombre de J’aime
Can we use property "rep:lastSynced" to check the login time. Instead of tokens, cz few users might not have tokens?
Vues
Réponses
Nombre de J’aime
Yes @keerthana_hn but only if you have LDAP integration to your AEM.
https://helpx.adobe.com/in/experience-manager/kb/finding-LDAP-users-in-AEM-that-havent-logged-in-for...
Vues
Réponses
Nombre de J’aime
Yes, LDAP is integrated to higher aem environments.
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses
Vues
Likes
Réponses