cancel
Showing results for 
Search instead for 
Did you mean: 

Enable/Disable users

rvedula
Champ in-the-making
Champ in-the-making

How do I enable/disable users in Alfresco? We need this to perform some testing for our DR (Disaster Recovery) operations testing.

3 REPLIES 3

hardik1512
Star Contributor
Star Contributor

rvedula
Champ in-the-making
Champ in-the-making

How do i do it for bulk users ? 

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