Hi,
I've deactivated user's profile from user admin http://localhost:4502/useradmin, a popup says user has been deactivated.
Now I am checking same user again, can't see any deactivate status.
Is there any way to check if user;s profile is deactivate or not ? Is there any property set at background.
AEM Instance - AEM 6.0
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Arunp,
you can check whether the User is disabled or not on impersonate the user account from admin account or having sufficient permission to impersonate.
For seeing which property is set on user node below is the link that will help you.
http://aempodcast.com/2017/permissions/aem-spark-disable-enable-users/#.WXX2rhXfrIU
Thanks
Views
Replies
Total Likes
Hi Arunp,
you can check whether the User is disabled or not on impersonate the user account from admin account or having sufficient permission to impersonate.
For seeing which property is set on user node below is the link that will help you.
http://aempodcast.com/2017/permissions/aem-spark-disable-enable-users/#.WXX2rhXfrIU
Thanks
Views
Replies
Total Likes
Thanks for reply zeeshank15007365
I tried steps mentioned by you(before and after deactivate user) -
I am able to drag admin user in user profile to impersonate.
Though after deactivating user, user is not bale to login. But I want to check user's status without asking user for login.
Views
Replies
Total Likes
you can check user status from http://<host>:<port>/useradmin and find your user.
If you will see the green or yellow(pending for activation) on pub column in front of the user then user is activated.
If If you will see the red on pub column in front of the user then user is deactivated.
You can also confirm by going to crx/de and then home find your user on user the cq:lastReplicationAction will be set as deactivated (user is deactivated) or activated (user is activated).
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies