Currently the only way I can see to remove users is individually by their name...
I need to remove 90+ users....
Thanks again for such a quick response Luther, and please accept my apologies I should've stated that I am using the 'OnDemand' version of the product...I don't think I have access to the DB...
Hi Luther,
Thanks for your response.
I'm guessing this can't be configured based on a user's last log in?
When the Imacro is replayed how does it decide which user to disable?
Thanks again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This may not be the answer you were looking for, but if I had around 100 users to delete I would do this:
1. Write a SQL report to display users who have not logged in recently.
2. Extract those usernames from the SQL report.
3. Record the following event in confluence (Search for the 'username' > delete user) This will give you 2 lines in Imacros for every delete.
4. I would then wrap the code around each username that I pulled out of SQL. This would give me 2 lines in IMacros per user deletion.
5. Run it to delete only the user names specified from the SQL report.
This obviously assumes that you have access to SQL and can easily wrap some code around the username section of the Imacro recording using excell or something. Hopefully all that isn't too confusing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Removing them individually is the way to go. For doing repetative stuff like this though, I typically use Imacros. You can record the event of removing a user and then configure it to be replayed and remove the remainder of users.
Not an official 'Atlassian' method by any means, but an effective way to do some browser automation. Imacros is a firefox plugin that you can use to automate stuff in your browser and it's free.
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.