Expand my Community achievements bar.

SOLVED

How to check user's profile deactivation status

Avatar

Community Advisor

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



Arun Patidar
1 Accepted Solution

Avatar

Correct answer by
Level 5

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.

  • Go to User Console
  • Double click on user
  • Go to Impersonators tab
  • Drag and Drop Users that can impersonate selected user

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

View solution in original post

3 Replies

Avatar

Correct answer by
Level 5

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.

  • Go to User Console
  • Double click on user
  • Go to Impersonators tab
  • Drag and Drop Users that can impersonate selected user

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

Avatar

Community Advisor

Thanks for reply zeeshank15007365

I tried steps mentioned by you(before and after deactivate user) -

  1. Go to User Console
  2. Double click on user
  3. Go to Impersonators tab
  4. Drag and Drop Users that can impersonate selected 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.



Arun Patidar

Avatar

Level 5

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).