Inactive Users in my website. | Community
Skip to main content
October 16, 2015
Solved

Inactive Users in my website.

  • October 16, 2015
  • 1 reply
  • 754 views

I'd like to know if there is a way that inactive (A month without logging in) users can be deactivated or deleted.  A way to automatically deactivate accounts would be helpfull, Is it possible to do something in LDAP Authentication? 

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 smacdonald2008

You can write an AEM service using this API:

http://jackrabbit.apache.org/api/2.4/org/apache/jackrabbit/api/security/user/Authorizable.html

This API lets you delete users. 

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

You can write an AEM service using this API:

http://jackrabbit.apache.org/api/2.4/org/apache/jackrabbit/api/security/user/Authorizable.html

This API lets you delete users.