Enable/Disable users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2018 05:29 PM
How do I enable/disable users in Alfresco? We need this to perform some testing for our DR (Disaster Recovery) operations testing.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2018 02:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2018 10:26 AM
How do i do it for bulk users ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2018 04:11 AM
The easiest way is to use java script, get list of accounts by some query, for example by lucene search
luceneSearch | Alfresco Documentation
Then, disable each node
disableAccount | Alfresco Documentation
You should take into account, that it may be not possible to disable imported AD accounts
