Hi,
I am in a team who took over confluence sys management. First of all we want to clean up all the users who haven't logged in for 6 months.
However its a lot of work to do this. Is there a safe query to do this?
You can retrieve the list of users who have not logged in since a specific date or by last login date. Please run the query, according to your confluence version, from this page.
Once you do so, you can execute the below query to disable the users. However, it is advisable to do it through API or the UI. If you want to do it from the database, test it thoroughly in staging environment before doing so in the production.
UPDATE CWD_USER set ACTIVE = "F" where user_name="userid";
Thanks,
Amith Mathur
you can't bulk remove users like this directly in Confluence, but there is an addon that can do that if you want to give it a try.
Let me know if you have any questions,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.