Re-validate all users

Giovanni Tirloni February 24, 2016

Over the years we have accumulated a lot of cruft in the form of users that we don't know if they are real users or dormant spambots.

Is there a way to ask all users to re-validate their access and disable everybody else?

1 answer

1 accepted

0 votes
Answer accepted
Guilherme V.
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 24, 2016

Hi Giovanni, you can filter the last time your users accessed Confluence as stated by doc, take their IDs, and deactivate them with the following query:

update cwd_user set active = 'F' where id in (xxxx,xxxx,xxxx);

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events